]> git.sesse.net Git - ffmpeg/commitdiff
avcodec: postpone removal of deprecated libopenh264 wrapper options
authorJames Almer <jamrial@gmail.com>
Mon, 19 Apr 2021 12:57:46 +0000 (09:57 -0300)
committerJames Almer <jamrial@gmail.com>
Tue, 27 Apr 2021 14:48:05 +0000 (11:48 -0300)
They were deprecated only a year ago

Signed-off-by: James Almer <jamrial@gmail.com>
libavcodec/version.h

index 5df01c01118c51086c59cb23ba1c707c4f480c59..94469d6d98407af254576fd2aa89de025b6412bd 100644 (file)
  */
 
 #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)