aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Schitter <ms+git@mur.at>2024-10-15 03:18:19 +0200
committerAnton Khirnov <anton@khirnov.net>2024-10-15 10:36:54 +0200
commitc50f79a0dc4c4e29f3a8b759b031178d5ed57516 (patch)
treea90b629b006eb67cfe3c59082f661bc66a86ac40
parent38d08f5c451a312d9064b81472fa05ff53b2e780 (diff)
downloadffmpeg-c50f79a0dc4c4e29f3a8b759b031178d5ed57516.tar.gz
doc/APIchanges: add missing entry for adding RGBF16
The missing APIchanges entry requested by A.Khirnov. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
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.