[FFmpeg-cvslog] avfilter/buffersrc: postpone removal of sws_param
James Almer
git at videolan.org
Wed Apr 28 00:17:07 EEST 2021
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Mon Apr 19 09:50:39 2021 -0300| [90262f3fb4afe4b903888e45cc40e2116cb69683] | committer: James Almer
avfilter/buffersrc: postpone removal of sws_param
It was depreacted less than two years ago
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=90262f3fb4afe4b903888e45cc40e2116cb69683
---
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)
More information about the ffmpeg-cvslog
mailing list