From a9d9f46e9a265caff3bd3fe2c781c5b90fb467bd Mon Sep 17 00:00:00 2001 From: James Almer Date: Wed, 19 Feb 2025 15:43:40 -0300 Subject: [PATCH] avfilter/version_major: postpone some deprecations until the next bump They are too recent. Signed-off-by: James Almer --- libavfilter/version_major.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavfilter/version_major.h b/libavfilter/version_major.h index c156805a31..cd5c01d7c3 100644 --- a/libavfilter/version_major.h +++ b/libavfilter/version_major.h @@ -35,7 +35,7 @@ * the public API and may change, break or disappear at any time. */ -#define FF_API_BUFFERSINK_OPTS (LIBAVFILTER_VERSION_MAJOR < 11) -#define FF_API_CONTEXT_PUBLIC (LIBAVFILTER_VERSION_MAJOR < 11) +#define FF_API_BUFFERSINK_OPTS (LIBAVFILTER_VERSION_MAJOR < 12) +#define FF_API_CONTEXT_PUBLIC (LIBAVFILTER_VERSION_MAJOR < 12) #endif /* AVFILTER_VERSION_MAJOR_H */