[FFmpeg-devel] [PATCH] avcodec/version: Postpone FF_API_DEBUG_MV

Michael Niedermayer michael at niedermayer.cc
Sun Oct 22 03:37:22 EEST 2017


This is different from FF_API_VISMV which is supported through codecview.

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
 libavcodec/version.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/version.h b/libavcodec/version.h
index 8584bb7006..25696690d7 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -79,7 +79,7 @@
 #define FF_API_SET_DIMENSIONS    (LIBAVCODEC_VERSION_MAJOR < 58)
 #endif
 #ifndef FF_API_DEBUG_MV
-#define FF_API_DEBUG_MV          (LIBAVCODEC_VERSION_MAJOR < 58)
+#define FF_API_DEBUG_MV          (LIBAVCODEC_VERSION_MAJOR < 59)
 #endif
 #ifndef FF_API_AC_VLC
 #define FF_API_AC_VLC            (LIBAVCODEC_VERSION_MAJOR < 58)
-- 
2.14.2



More information about the ffmpeg-devel mailing list