From: James Almer Date: Mon, 19 Apr 2021 12:56:40 +0000 (-0300) Subject: avcodec: postpone removal of deprecated codec caps X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=cb9dbc60db1847fcb594684b92334da54ea8757e;p=ffmpeg avcodec: postpone removal of deprecated codec caps This was deprecated only a year ago Signed-off-by: James Almer --- diff --git a/libavcodec/version.h b/libavcodec/version.h index de43b6d19be..5df01c01118 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)