diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index de0d544a2f65441e149def2bef7ce38ce2c0b3aa..766a63ba19c92db002ae7d580a7b23c44d8dc268 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2086,6 +2086,7 @@ typedef struct AVPicture { * AVPaletteControl * This structure defines a method for communicating palette changes * between and demuxer and a decoder. + * this is totally broken, palette changes should be sent as AVPackets */ #define AVPALETTE_SIZE 1024 #define AVPALETTE_COUNT 256 @@ -2101,7 +2102,7 @@ typedef struct AVPaletteControl { * data is probably 6 bits in size and needs to be scaled */ unsigned int palette[AVPALETTE_COUNT]; -} AVPaletteControl; +} AVPaletteControl attribute_deprecated; typedef struct AVSubtitleRect { uint16_t x;