Module: libav Branch: master Commit: b8d5070db6313f985562865edcfd08a01c2d7503
Author: Vittorio Giovara <[email protected]> Committer: Vittorio Giovara <[email protected]> Date: Tue Sep 20 17:11:14 2016 -0400 avcodec: Document AV_PKT_DATA_PALETTE side data type --- 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, /** _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
