[FFmpeg-cvslog] avfilter/version_major: postpone some deprecations until the next bump
James Almer
git at videolan.org
Fri Mar 28 19:45:41 EET 2025
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Feb 19 15:43:40 2025 -0300| [a9d9f46e9a265caff3bd3fe2c781c5b90fb467bd] | committer: James Almer
avfilter/version_major: postpone some deprecations until the next bump
They are too recent.
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a9d9f46e9a265caff3bd3fe2c781c5b90fb467bd
---
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 */
More information about the ffmpeg-cvslog
mailing list