[FFmpeg-devel] [PATCH 84/87] avfilter/buffersrc: postpone removal of sws_param

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


It was depreacted less than two years ago

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

diff --git a/libavfilter/version.h b/libavfilter/version.h
index ebac663e0d..dcac3e91ef 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -51,7 +51,7 @@
  */
 
 #ifndef FF_API_SWS_PARAM_OPTION
-#define FF_API_SWS_PARAM_OPTION             (LIBAVFILTER_VERSION_MAJOR < 8)
+#define FF_API_SWS_PARAM_OPTION             (LIBAVFILTER_VERSION_MAJOR < 9)
 #endif
 #ifndef FF_API_BUFFERSINK_ALLOC
 #define FF_API_BUFFERSINK_ALLOC             (LIBAVFILTER_VERSION_MAJOR < 9)
-- 
2.31.1



More information about the ffmpeg-devel mailing list