From c50f79a0dc4c4e29f3a8b759b031178d5ed57516 Mon Sep 17 00:00:00 2001 From: Martin Schitter Date: Tue, 15 Oct 2024 03:18:19 +0200 Subject: [PATCH] doc/APIchanges: add missing entry for adding RGBF16 The missing APIchanges entry requested by A.Khirnov. Signed-off-by: Anton Khirnov --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/APIchanges b/doc/APIchanges index 5bfb52c09a..9ee898bd5f 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: +2024-10-14 - c993a91bea - lavu 59.43.100 - pixfmt.h + Add AV_PIX_FMT_RGBF16. + 2024-10-08 - xxxxxxxxxx - lavu 59.42.100 - pixfmt.h Add AV_PIX_FMT_AYUV, AV_PIX_FMT_UYVA, AV_PIX_FMT_VYU444, and AV_PIX_FMT_V30X.