[FFmpeg-cvslog] avcodec/version: re-enable FF_API_MPV_OPT until the open ABI period is over

James Almer git at videolan.org
Sat Oct 21 22:54:22 EEST 2017


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sat Oct 21 16:26:07 2017 -0300| [75bd2157272a963dc42e46762324741805c593ca] | committer: James Almer

avcodec/version: re-enable FF_API_MPV_OPT until the open ABI period is over

ffserver depends on it, so keep it in place until the two can be
removed together.

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

 libavcodec/version.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/version.h b/libavcodec/version.h
index 9f1543a6aa..1d4e5df596 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -161,7 +161,7 @@
 #define FF_API_AVCTX_TIMEBASE    (LIBAVCODEC_VERSION_MAJOR < 59)
 #endif
 #ifndef FF_API_MPV_OPT
-#define FF_API_MPV_OPT           (LIBAVCODEC_VERSION_MAJOR < 58)
+#define FF_API_MPV_OPT           (LIBAVCODEC_VERSION_MAJOR < 59)
 #endif
 #ifndef FF_API_STREAM_CODEC_TAG
 #define FF_API_STREAM_CODEC_TAG  (LIBAVCODEC_VERSION_MAJOR < 58)



More information about the ffmpeg-cvslog mailing list