Commit de27d2b9 authored by Anton Khirnov's avatar Anton Khirnov

lavc: remove disabled FF_API_LIBMPEG2 cruft

parent 0517c9e0
...@@ -2377,9 +2377,6 @@ typedef struct AVCodecContext { ...@@ -2377,9 +2377,6 @@ typedef struct AVCodecContext {
#define FF_IDCT_INT 1 #define FF_IDCT_INT 1
#define FF_IDCT_SIMPLE 2 #define FF_IDCT_SIMPLE 2
#define FF_IDCT_SIMPLEMMX 3 #define FF_IDCT_SIMPLEMMX 3
#if FF_API_LIBMPEG2
#define FF_IDCT_LIBMPEG2MMX 4
#endif
#if FF_API_MMI #if FF_API_MMI
#define FF_IDCT_MMI 5 #define FF_IDCT_MMI 5
#endif #endif
......
...@@ -49,9 +49,6 @@ ...@@ -49,9 +49,6 @@
#ifndef FF_API_REQUEST_CHANNELS #ifndef FF_API_REQUEST_CHANNELS
#define FF_API_REQUEST_CHANNELS (LIBAVCODEC_VERSION_MAJOR < 56) #define FF_API_REQUEST_CHANNELS (LIBAVCODEC_VERSION_MAJOR < 56)
#endif #endif
#ifndef FF_API_LIBMPEG2
#define FF_API_LIBMPEG2 (LIBAVCODEC_VERSION_MAJOR < 55)
#endif
#ifndef FF_API_MMI #ifndef FF_API_MMI
#define FF_API_MMI (LIBAVCODEC_VERSION_MAJOR < 55) #define FF_API_MMI (LIBAVCODEC_VERSION_MAJOR < 55)
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment