From: James Almer Date: Mon, 19 Apr 2021 12:50:39 +0000 (-0300) Subject: avfilter/buffersrc: postpone removal of sws_param X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=90262f3fb4afe4b903888e45cc40e2116cb69683;p=ffmpeg avfilter/buffersrc: postpone removal of sws_param It was depreacted less than two years ago Signed-off-by: James Almer --- diff --git a/libavfilter/version.h b/libavfilter/version.h index ebac663e0de..dcac3e91ef3 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)