ffmpeg | branch: master | Vittorio Giovara <[email protected]> | 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,
 
     /**

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

Reply via email to