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

James Almer jamrial at gmail.com
Mon Apr 19 17:17:42 EEST 2021


This was deprecated only a year ago

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

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)
-- 
2.31.1



More information about the ffmpeg-devel mailing list