1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-14 22:22:59 +02:00

avcodec: Document AV_PKT_DATA_PALETTE side data type

This commit is contained in:
Vittorio Giovara 2016-09-20 17:11:14 -04:00
parent 497c087939
commit b8d5070db6

View File

@ -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,
/**