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 | 2a113695238e7675ab75c5fb9a5f59fc92f2ddd9 (patch) | |
tree | 551d7e5a1e9dac72df1cac726b14247d45f5c823 /libavcodec/version.h | |
parent | 9d6cf81f02d37d5e5ca334e2fc789abe6236eda1 (diff) | |
download | ffmpeg-2a113695238e7675ab75c5fb9a5f59fc92f2ddd9.tar.gz |
lavc: remove disabled FF_API_INTER_THRESHOLD 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 8423b7249d..72a880c280 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_INTER_THRESHOLD -#define FF_API_INTER_THRESHOLD (LIBAVCODEC_VERSION_MAJOR < 55) -#endif #ifndef FF_API_SUB_ID #define FF_API_SUB_ID (LIBAVCODEC_VERSION_MAJOR < 55) #endif |