summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2021-04-19 09:50:39 -0300
committerJames Almer <jamrial@gmail.com>2021-04-27 11:48:04 -0300
commit90262f3fb4afe4b903888e45cc40e2116cb69683 (patch)
treeed69b3d00f0fdedc3b19f2b2fd89aae393c28e15 /libavfilter
parent0bf3a7361d17d596a5044882098f56817db0e103 (diff)
avfilter/buffersrc: postpone removal of sws_param
It was depreacted less than two years ago Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/version.h2
1 files changed, 1 insertions, 1 deletions
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)