forked from FFmpeg/FFmpeg
avcodec: postpone removal of deprecated libopenh264 wrapper options
They were deprecated only a year ago Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
cb9dbc60db
commit
fe95a37144
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue