Skip to content

Commit

Permalink
avcodec: postpone removal of deprecated codec caps
Browse files Browse the repository at this point in the history
This was deprecated only a year ago

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

0 comments on commit cb9dbc6

Please sign in to comment.