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:54 +0100 |
commit | de27d2b92fa97deb2856d18e9f5f19586ce45a0f (patch) | |
tree | 7e9a179fcf321095d285603defb06bcc7c70737a | |
parent | 0517c9e098092709397cc522c59fa63c83cc81be (diff) | |
download | ffmpeg-de27d2b92fa97deb2856d18e9f5f19586ce45a0f.tar.gz |
lavc: remove disabled FF_API_LIBMPEG2 cruft
-rw-r--r-- | libavcodec/avcodec.h | 3 | ||||
-rw-r--r-- | libavcodec/version.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 975ad9840a..741bfeb461 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2377,9 +2377,6 @@ typedef struct AVCodecContext { #define FF_IDCT_INT 1 #define FF_IDCT_SIMPLE 2 #define FF_IDCT_SIMPLEMMX 3 -#if FF_API_LIBMPEG2 -#define FF_IDCT_LIBMPEG2MMX 4 -#endif #if FF_API_MMI #define FF_IDCT_MMI 5 #endif diff --git a/libavcodec/version.h b/libavcodec/version.h index 82c97ed027..3ad7cd4552 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_LIBMPEG2 -#define FF_API_LIBMPEG2 (LIBAVCODEC_VERSION_MAJOR < 55) -#endif #ifndef FF_API_MMI #define FF_API_MMI (LIBAVCODEC_VERSION_MAJOR < 55) #endif |