[FFmpeg-cvslog] avcodec: Document AV_PKT_DATA_PALETTE side data type
Vittorio Giovara
git at videolan.org
Thu Mar 23 12:28:22 EET 2017
ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Tue Sep 20 17:11:14 2016 -0400| [b8d5070db6313f985562865edcfd08a01c2d7503] | committer: Vittorio Giovara
avcodec: Document AV_PKT_DATA_PALETTE side data type
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b8d5070db6313f985562865edcfd08a01c2d7503
---
libavcodec/avcodec.h | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 607688c..167525d 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -1189,6 +1189,11 @@ typedef struct AVCPBProperties {
* @{
*/
enum AVPacketSideDataType {
+ /**
+ * An AV_PKT_DATA_PALETTE side data packet contains exactly AVPALETTE_SIZE
+ * bytes worth of palette. This side data signals that a new palette is
+ * present.
+ */
AV_PKT_DATA_PALETTE,
/**
More information about the ffmpeg-cvslog
mailing list