[FFmpeg-cvslog] avutil/version_major: postpone some deprecations until the next bump

James Almer git at videolan.org
Fri Mar 28 19:45:58 EET 2025


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Feb 19 15:44:01 2025 -0300| [d6b215052b84c4142db626907631f1bc1ffb53cc] | committer: James Almer

avutil/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=d6b215052b84c4142db626907631f1bc1ffb53cc
---

 libavutil/version.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/libavutil/version.h b/libavutil/version.h
index d6132b47fc..8bfe9235c4 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -105,11 +105,11 @@
  * @{
  */
 
-#define FF_API_MOD_UINTP2               (LIBAVUTIL_VERSION_MAJOR < 60)
-#define FF_API_RISCV_FD_ZBA             (LIBAVUTIL_VERSION_MAJOR < 60)
-#define FF_API_VULKAN_FIXED_QUEUES      (LIBAVUTIL_VERSION_MAJOR < 60)
-#define FF_API_OPT_INT_LIST             (LIBAVUTIL_VERSION_MAJOR < 60)
-#define FF_API_OPT_PTR                  (LIBAVUTIL_VERSION_MAJOR < 60)
+#define FF_API_MOD_UINTP2               (LIBAVUTIL_VERSION_MAJOR < 61)
+#define FF_API_RISCV_FD_ZBA             (LIBAVUTIL_VERSION_MAJOR < 61)
+#define FF_API_VULKAN_FIXED_QUEUES      (LIBAVUTIL_VERSION_MAJOR < 61)
+#define FF_API_OPT_INT_LIST             (LIBAVUTIL_VERSION_MAJOR < 61)
+#define FF_API_OPT_PTR                  (LIBAVUTIL_VERSION_MAJOR < 61)
 
 /**
  * @}



More information about the ffmpeg-cvslog mailing list