diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-23 08:20:12 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-09 08:36:40 +0100 |
commit | 9d6cf81f02d37d5e5ca334e2fc789abe6236eda1 (patch) | |
tree | 8a50991d466431e5fcf2b65ec9eb0fcf11d3ce7c /libavcodec/avcodec.h | |
parent | 3b0f586f07bc58a9d97e3fd699a9aa29f7f4beea (diff) | |
download | ffmpeg-9d6cf81f02d37d5e5ca334e2fc789abe6236eda1.tar.gz |
lavc: remove disabled FF_API_COLOR_TABLE_ID cruft
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 414b35b923..2b79d0b116 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1501,16 +1501,6 @@ typedef struct AVCodecContext { */ int inter_quant_bias; -#if FF_API_COLOR_TABLE_ID - /** - * color table ID - * - encoding: unused - * - decoding: Which clrtable should be used for 8bit RGB images. - * Tables have to be stored somewhere. FIXME - */ - attribute_deprecated int color_table_id; -#endif - /** * slice flags * - encoding: unused |