diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-23 08:20:12 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-11 18:21:32 +0100 |
commit | 0517c9e098092709397cc522c59fa63c83cc81be (patch) | |
tree | 8cf894eda3c3e8eef0c395298775cf0933fee7c2 /libavcodec/version.h | |
parent | d6d369bf1370999896500ae7eb5b9447ab635a3d (diff) | |
download | ffmpeg-0517c9e098092709397cc522c59fa63c83cc81be.tar.gz |
lavc: remove disabled FF_API_AVCODEC_RESAMPLE 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 20d30efaa3..82c97ed027 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_AVCODEC_RESAMPLE -#define FF_API_AVCODEC_RESAMPLE (LIBAVCODEC_VERSION_MAJOR < 55) -#endif #ifndef FF_API_LIBMPEG2 #define FF_API_LIBMPEG2 (LIBAVCODEC_VERSION_MAJOR < 55) #endif |