avutil: make AVFrameSideData buffers ref-counted.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Ronald S. Bultje
2015-03-23 11:11:19 -04:00
committed by Michael Niedermayer
parent b8e36690e8
commit 589a6042ea
2 changed files with 39 additions and 15 deletions

View File

@@ -136,6 +136,7 @@ typedef struct AVFrameSideData {
uint8_t *data;
int size;
AVDictionary *metadata;
AVBufferRef *buf;
} AVFrameSideData;
/**