ffmpeg | branch: master | Michael Niedermayer <[email protected]> | Mon Mar 23 
18:34:30 2015 +0100| [744c9b49a5a6b769662f7a17e6029a6847b3b366] | committer: 
Michael Niedermayer

avutil/frame: Add some very basic documentation for AVFrameSideData

Reviewed-by: "Ronald S. Bultje" <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=744c9b49a5a6b769662f7a17e6029a6847b3b366
---

 libavutil/frame.h |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/libavutil/frame.h b/libavutil/frame.h
index 6b9ac6a..2fab79e 100644
--- a/libavutil/frame.h
+++ b/libavutil/frame.h
@@ -124,6 +124,13 @@ enum AVActiveFormatDescription {
     AV_AFD_SP_4_3       = 15,
 };
 
+
+/**
+ * Structure to hold side data for an AVFrame.
+ *
+ * sizeof(AVFrameSideData) is not a part of the public ABI, so new fields may 
be added
+ * to the end with a minor bump.
+ */
 typedef struct AVFrameSideData {
     enum AVFrameSideDataType type;
     uint8_t *data;

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to