mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-10 20:19:56 +00:00
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.
This commit is contained in:
parent
c060ed02a8
commit
75bd215727
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue