diff options
author | James Almer <jamrial@gmail.com> | 2021-04-19 09:56:40 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2021-04-27 11:48:05 -0300 |
commit | cb9dbc60db1847fcb594684b92334da54ea8757e (patch) | |
tree | ead26366a41cd48921f2c45ee4d5af00444caedf /libavcodec | |
parent | 90262f3fb4afe4b903888e45cc40e2116cb69683 (diff) | |
download | ffmpeg-cb9dbc60db1847fcb594684b92334da54ea8757e.tar.gz |
avcodec: postpone removal of deprecated codec caps
This was deprecated only a year ago
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index de43b6d19b..5df01c0111 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -58,7 +58,7 @@ #define FF_API_OPENH264_CABAC (LIBAVCODEC_VERSION_MAJOR < 59) #endif #ifndef FF_API_UNUSED_CODEC_CAPS -#define FF_API_UNUSED_CODEC_CAPS (LIBAVCODEC_VERSION_MAJOR < 59) +#define FF_API_UNUSED_CODEC_CAPS (LIBAVCODEC_VERSION_MAJOR < 60) #endif #ifndef FF_API_THREAD_SAFE_CALLBACKS #define FF_API_THREAD_SAFE_CALLBACKS (LIBAVCODEC_VERSION_MAJOR < 60) |