[FFmpeg-cvslog] lavc: remove disabled FF_API_LIBMPEG2 cruft

Anton Khirnov git at videolan.org
Wed Mar 13 03:04:21 CET 2013


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Feb 23 08:20:12 2013 +0100| [de27d2b92fa97deb2856d18e9f5f19586ce45a0f] | committer: Anton Khirnov

lavc: remove disabled FF_API_LIBMPEG2 cruft

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=de27d2b92fa97deb2856d18e9f5f19586ce45a0f
---

 libavcodec/avcodec.h |    3 ---
 libavcodec/version.h |    3 ---
 2 files changed, 6 deletions(-)

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 975ad98..741bfeb 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 82c97ed..3ad7cd4 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



More information about the ffmpeg-cvslog mailing list