PR #20779 opened by Lynne URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20779 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20779.patch
They were left out. >From 6e1f1c67738933c9239bc6d85880e3abda8af6b8 Mon Sep 17 00:00:00 2001 From: Lynne <[email protected]> Date: Tue, 28 Oct 2025 20:56:24 +0100 Subject: [PATCH] doc/APIchanges: add AVCOL_PRI_EXT_BASE and AVCOL_PRI_V_GAMUT They were left out. --- doc/APIchanges | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/APIchanges b/doc/APIchanges index 9086093149..7c2ab3cc03 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -3,7 +3,8 @@ 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. + Add AVCOL_TRC_EXT_BASE, AVCOL_TRC_V_LOG, + AVCOL_PRI_EXT_BASE and AVCOL_PRI_V_GAMUT. 2025-10-xx - xxxxxxxxxx - lavu 60.15.100 - pixfmt.h Add AV_PIX_FMT_GRAY10MSB, AV_PIX_FMT_GRAY12MSB, -- 2.49.1 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
