diff mbox series

[FFmpeg-devel,85/87] avcodec: postpone removal of deprecated codec caps

Message ID 20210419141742.8479-1-jamrial@gmail.com
State Accepted
Commit cb9dbc60db1847fcb594684b92334da54ea8757e
Headers show
Series Major bump | expand

Checks

Context Check Description
andriy/configure warning Failed to apply patch

Commit Message

James Almer April 19, 2021, 2:17 p.m. UTC
This was deprecated only a year ago

Signed-off-by: James Almer <jamrial@gmail.com>
---
 libavcodec/version.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/libavcodec/version.h b/libavcodec/version.h
index 75fde1f8c7..df2801401f 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -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)