From 71c7b9156bd944c7eeeed08db03cfdc7d3b4ea92 Mon Sep 17 00:00:00 2001 From: Lynne Date: Tue, 28 Oct 2025 11:53:18 +0100 Subject: [PATCH] lavu: bump minor and add APIchanges entry for V-Log/V-Gamut --- doc/APIchanges | 3 +++ libavutil/version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/APIchanges b/doc/APIchanges index 8d24f22473..9086093149 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,9 @@ The last version increases of all libraries were on 2025-03-28 API changes, most recent first: +2025-10-xx - xxxxxxxxxx - lavu 60.16.100 - pixfmt.h + Add AVCOL_TRC_EXT_BASE and AVCOL_TRC_L_LOG. + 2025-10-xx - xxxxxxxxxx - lavu 60.15.100 - pixfmt.h Add AV_PIX_FMT_GRAY10MSB, AV_PIX_FMT_GRAY12MSB, AV_PIX_FMT_YUV420P10MSB, AV_PIX_FMT_YUV420P12MSB, diff --git a/libavutil/version.h b/libavutil/version.h index f2c554a560..a9039fe865 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -79,7 +79,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 60 -#define LIBAVUTIL_VERSION_MINOR 15 +#define LIBAVUTIL_VERSION_MINOR 16 #define LIBAVUTIL_VERSION_MICRO 100 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \