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/version.h | |
parent | 3b0f586f07bc58a9d97e3fd699a9aa29f7f4beea (diff) | |
download | ffmpeg-9d6cf81f02d37d5e5ca334e2fc789abe6236eda1.tar.gz |
lavc: remove disabled FF_API_COLOR_TABLE_ID cruft
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 31452f7eee..8423b7249d 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -49,9 +49,6 @@ #ifndef FF_API_REQUEST_CHANNELS #define FF_API_REQUEST_CHANNELS (LIBAVCODEC_VERSION_MAJOR < 56) #endif -#ifndef FF_API_COLOR_TABLE_ID -#define FF_API_COLOR_TABLE_ID (LIBAVCODEC_VERSION_MAJOR < 55) -#endif #ifndef FF_API_INTER_THRESHOLD #define FF_API_INTER_THRESHOLD (LIBAVCODEC_VERSION_MAJOR < 55) #endif |