From 0245e9382c748eba91645b65a377c4c9c4a44849 Mon Sep 17 00:00:00 2001 From: Lynne Date: Sat, 1 Mar 2025 13:25:29 +0100 Subject: [PATCH] lavu: bump minor and add APIChanges entry for new GRAY32 pixfmts --- 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, \