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:
parent
497c087939
commit
b8d5070db6
@ -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,
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user