Skip to content
Snippets Groups Projects
Commit efb79cab authored by Rostislav Pehlivanov's avatar Rostislav Pehlivanov
Browse files

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: default avatarRostislav Pehlivanov <atomnuker@gmail.com>
parent 75bd2157
No related branches found
No related tags found
No related merge requests found
...@@ -160,8 +160,8 @@ ...@@ -160,8 +160,8 @@
#ifndef FF_API_AVCTX_TIMEBASE #ifndef FF_API_AVCTX_TIMEBASE
#define FF_API_AVCTX_TIMEBASE (LIBAVCODEC_VERSION_MAJOR < 59) #define FF_API_AVCTX_TIMEBASE (LIBAVCODEC_VERSION_MAJOR < 59)
#endif #endif
#ifndef FF_API_MPV_OPT #ifndef FF_API_MPV_OPT /* To be removed with ffserver removal */
#define FF_API_MPV_OPT (LIBAVCODEC_VERSION_MAJOR < 59) #define FF_API_MPV_OPT 1
#endif #endif
#ifndef FF_API_STREAM_CODEC_TAG #ifndef FF_API_STREAM_CODEC_TAG
#define FF_API_STREAM_CODEC_TAG (LIBAVCODEC_VERSION_MAJOR < 58) #define FF_API_STREAM_CODEC_TAG (LIBAVCODEC_VERSION_MAJOR < 58)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment