[FFmpeg-cvslog] Merge commit '75872d77d215d64b8d9430df23c6c74ff921227b'
Clément Bœsch
git at videolan.org
Sat Jul 9 15:07:27 CEST 2016
ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Sat Jul 9 14:55:39 2016 +0200| [46bd0e8e0dfb4b295e8fbe6854904eccb0cb5c82] | committer: Clément Bœsch
Merge commit '75872d77d215d64b8d9430df23c6c74ff921227b'
* commit '75872d77d215d64b8d9430df23c6c74ff921227b':
lavc: Document AV_PKT_DATA_NEW_EXTRADATA
Merged-by: Clément Bœsch <u at pkh.me>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=46bd0e8e0dfb4b295e8fbe6854904eccb0cb5c82
---
libavcodec/avcodec.h | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 6a7dc3d..e52b2f8 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -1348,6 +1348,14 @@ typedef struct AVCPBProperties {
*/
enum AVPacketSideDataType {
AV_PKT_DATA_PALETTE,
+
+ /**
+ * The AV_PKT_DATA_NEW_EXTRADATA is used to notify the codec or the format
+ * that the extradata buffer was changed and the receiving side should
+ * act upon it appropriately. The new extradata is embedded in the side
+ * data buffer and should be immediately used for processing the current
+ * frame or packet.
+ */
AV_PKT_DATA_NEW_EXTRADATA,
/**
======================================================================
More information about the ffmpeg-cvslog
mailing list