Skip to content

Commit

Permalink
avcodec: postpone removal of deprecated libopenh264 wrapper options
Browse files Browse the repository at this point in the history
They were deprecated only a year ago

Signed-off-by: James Almer <[email protected]>
  • Loading branch information
jamrial committed Apr 27, 2021
1 parent cb9dbc6 commit fe95a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libavcodec/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fe95a37

Please sign in to comment.