summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorRostislav Pehlivanov <atomnuker@gmail.com>2017-10-21 21:02:35 +0100
committerRostislav Pehlivanov <atomnuker@gmail.com>2017-10-21 21:02:35 +0100
commitefb79cabb2c801c9e76a0af6c72121f547ab7f59 (patch)
treed24363ab945b380699fdea03af1b12f3ab9b46fd /libavcodec
parent75bd2157272a963dc42e46762324741805c593ca (diff)
libavcodec/version: add a comment about FF_API_MPV_OPT deprecation
In order to prevent it from being forgotten and delayed until the next bump. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 1d4e5df596..8584bb7006 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -160,8 +160,8 @@
#ifndef FF_API_AVCTX_TIMEBASE
#define FF_API_AVCTX_TIMEBASE (LIBAVCODEC_VERSION_MAJOR < 59)
#endif
-#ifndef FF_API_MPV_OPT
-#define FF_API_MPV_OPT (LIBAVCODEC_VERSION_MAJOR < 59)
+#ifndef FF_API_MPV_OPT /* To be removed with ffserver removal */
+#define FF_API_MPV_OPT 1
#endif
#ifndef FF_API_STREAM_CODEC_TAG
#define FF_API_STREAM_CODEC_TAG (LIBAVCODEC_VERSION_MAJOR < 58)