diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-08-09 22:35:23 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-09 23:19:16 +0200 |
commit | c89afc9acfc739dabe93f109f0635e242a767355 (patch) | |
tree | a9a5b7e313649a02fa66644c21e63c02b95bdd06 /libavutil/version.h | |
parent | 889cb3ae2375d9cd7c3174fe47fecacc2eb57787 (diff) | |
download | ffmpeg-c89afc9acfc739dabe93f109f0635e242a767355.tar.gz |
delay removial of FF_API_CODEC_ID, FF_API_OLD_AVOPTIONS and FF_API_OLD_ENCODE_VIDEO
This prevents a build failure when bumping.
the uses could easily be updated / removed, if people prefer.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/version.h')
-rw-r--r-- | libavutil/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/version.h b/libavutil/version.h index 190d3978be..c30b11d519 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -87,7 +87,7 @@ #define FF_API_FIND_OPT (LIBAVUTIL_VERSION_MAJOR < 54) #endif #ifndef FF_API_OLD_AVOPTIONS -#define FF_API_OLD_AVOPTIONS (LIBAVUTIL_VERSION_MAJOR < 54) +#define FF_API_OLD_AVOPTIONS (LIBAVUTIL_VERSION_MAJOR < 55) #endif #ifndef FF_API_PIX_FMT #define FF_API_PIX_FMT (LIBAVUTIL_VERSION_MAJOR < 55) |