Commit 7b3a3e62 authored by Clément Bœsch's avatar Clément Bœsch

Merge commit 'b8d5070d'

* commit 'b8d5070d':
  avcodec: Document AV_PKT_DATA_PALETTE side data type
Merged-by: 's avatarClément Bœsch <u@pkh.me>
parents 76e21e83 b8d5070d
......@@ -1395,6 +1395,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,
/**
......
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