lavc: remove disabled FF_API_LIBMPEG2 cruft
authorAnton Khirnov <anton@khirnov.net>
Sat, 23 Feb 2013 07:20:12 +0000 (08:20 +0100)
committerAnton Khirnov <anton@khirnov.net>
Mon, 11 Mar 2013 17:21:54 +0000 (18:21 +0100)
libavcodec/avcodec.h
libavcodec/version.h

index 975ad9840a282d8cba2daa528ca4869325e45216..741bfeb46158f01f5d05a7439b20785e1c582b1f 100644 (file)
@@ -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
index 82c97ed027ecee393671199c24610d60797dfde1..3ad7cd45521abc1760ec5383d2ed198cf5e831c8 100644 (file)
@@ -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