[FFmpeg-cvslog] avcodec: Postpone FF_IDCT_XVIDMMX removal until the next version bump
Diego Biurrun
git at videolan.org
Sun Aug 10 23:47:21 CEST 2014
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sun Aug 10 06:44:03 2014 -0700| [cc1d8c54c19dd14fb851e3e7a7793d6b3bd75e94] | committer: Diego Biurrun
avcodec: Postpone FF_IDCT_XVIDMMX removal until the next version bump
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cc1d8c54c19dd14fb851e3e7a7793d6b3bd75e94
---
libavcodec/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/version.h b/libavcodec/version.h
index f7bb8e0..b42b970 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -133,7 +133,7 @@
#define FF_API_UNUSED_MEMBERS (LIBAVCODEC_VERSION_MAJOR < 57)
#endif
#ifndef FF_API_IDCT_XVIDMMX
-#define FF_API_IDCT_XVIDMMX (LIBAVCODEC_VERSION_MAJOR < 56)
+#define FF_API_IDCT_XVIDMMX (LIBAVCODEC_VERSION_MAJOR < 57)
#endif
#ifndef FF_API_INPUT_PRESERVED
#define FF_API_INPUT_PRESERVED (LIBAVCODEC_VERSION_MAJOR < 57)
More information about the ffmpeg-cvslog
mailing list