summaryrefslogtreecommitdiff
path: root/libavutil/frame.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2015-03-23 11:11:19 -0400
committerMichael Niedermayer <michaelni@gmx.at>2015-03-25 12:04:00 +0100
commit589a6042ea80a76c1c936d768a80eb66abd86a2f (patch)
treeedc49a7cf741ea743864fdb7c02ce4c69fbdd52e /libavutil/frame.h
parentb8e36690e8d9d60c36c4c9fa470073d58e96646f (diff)
avutil: make AVFrameSideData buffers ref-counted.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/frame.h')
-rw-r--r--libavutil/frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/frame.h b/libavutil/frame.h
index 2fab79e58b..1e6d9cda00 100644
--- a/libavutil/frame.h
+++ b/libavutil/frame.h
@@ -136,6 +136,7 @@ typedef struct AVFrameSideData {
uint8_t *data;
int size;
AVDictionary *metadata;
+ AVBufferRef *buf;
} AVFrameSideData;
/**