diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-03-13 02:41:18 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-03-13 02:41:18 +0100 |
commit | d3edc65dd1e5b5d4246fcb8bcd216eb558bab7d4 (patch) | |
tree | 82e289e25d9899e669f99fe9f739a853c217401d /libavcodec/version.h | |
parent | 150de78d7c9cee65b4095832b25ae353e0d7c7af (diff) | |
parent | 0517c9e098092709397cc522c59fa63c83cc81be (diff) | |
download | ffmpeg-d3edc65dd1e5b5d4246fcb8bcd216eb558bab7d4.tar.gz |
Merge commit '0517c9e098092709397cc522c59fa63c83cc81be'
* commit '0517c9e098092709397cc522c59fa63c83cc81be':
lavc: remove disabled FF_API_AVCODEC_RESAMPLE cruft
Conflicts:
libavcodec/Makefile
libavcodec/avcodec.h
libavcodec/resample.c
libavcodec/resample2.c
libavcodec/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 ded4335fe9..fc89592c2f 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -73,9 +73,6 @@ #ifndef FF_API_CODEC_ID #define FF_API_CODEC_ID (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 |