[FFmpeg-devel] [PATCH 3/3] lavu: bump minor and add APIChanges entry for new GRAY32 pixfmts
Lynne
dev at lynne.ee
Sat Mar 1 14:26:02 EET 2025
---
doc/APIchanges | 3 +++
libavutil/version.h | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index 0778665152..5a64836e25 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2024-03-07
API changes, most recent first:
+2025-03-01 - xxxxxxxxxx - lavu 59.58.100 - pixfmt.h
+ Add AV_PIX_FMT_GRAY32BE and AV_PIX_FMT_GRAY32LE.
+
2025-02-04 - xxxxxxxxxx - lavu 59.56.000 - pixfmt.h
Add AV_PIX_FMT_AMF_SURFACE.
diff --git a/libavutil/version.h b/libavutil/version.h
index ee4a36cb17..4b584fd569 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -79,7 +79,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 59
-#define LIBAVUTIL_VERSION_MINOR 57
+#define LIBAVUTIL_VERSION_MINOR 58
#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
--
2.47.2
More information about the ffmpeg-devel
mailing list