Commit b8d5070d authored by Vittorio Giovara's avatar Vittorio Giovara

avcodec: Document AV_PKT_DATA_PALETTE side data type

parent 497c0879
...@@ -1189,6 +1189,11 @@ typedef struct AVCPBProperties { ...@@ -1189,6 +1189,11 @@ typedef struct AVCPBProperties {
* @{ * @{
*/ */
enum AVPacketSideDataType { 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, AV_PKT_DATA_PALETTE,
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment