From: James Almer Date: Mon, 19 Apr 2021 12:57:46 +0000 (-0300) Subject: avcodec: postpone removal of deprecated libopenh264 wrapper options X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=fe95a37144077d1f652088fcb25b2949e4a3da19;p=ffmpeg avcodec: postpone removal of deprecated libopenh264 wrapper options They were deprecated only a year ago Signed-off-by: James Almer --- diff --git a/libavcodec/version.h b/libavcodec/version.h index 5df01c01118..94469d6d984 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -52,10 +52,10 @@ */ #ifndef FF_API_OPENH264_SLICE_MODE -#define FF_API_OPENH264_SLICE_MODE (LIBAVCODEC_VERSION_MAJOR < 59) +#define FF_API_OPENH264_SLICE_MODE (LIBAVCODEC_VERSION_MAJOR < 60) #endif #ifndef FF_API_OPENH264_CABAC -#define FF_API_OPENH264_CABAC (LIBAVCODEC_VERSION_MAJOR < 59) +#define FF_API_OPENH264_CABAC (LIBAVCODEC_VERSION_MAJOR < 60) #endif #ifndef FF_API_UNUSED_CODEC_CAPS #define FF_API_UNUSED_CODEC_CAPS (LIBAVCODEC_VERSION_MAJOR < 60)