aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2024-10-21 21:38:55 -0300
committerJames Almer <jamrial@gmail.com>2024-10-23 14:11:16 -0300
commitf462ba05f54dae6b4113c2d2162b861ed2ffe27c (patch)
tree48eeeb8dfe9472ea6f66d14ea69e1cb29bd2c315 /doc/APIchanges
parent9eb7e8d2a4da108c9cf5d25984cf20b613ce593e (diff)
downloadffmpeg-f462ba05f54dae6b4113c2d2162b861ed2ffe27c.tar.gz
avutil/pixfmt: add Y216 pixel format
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 508de490ef..e71ca57119 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-23 - xxxxxxxxxx - lavu 59.45.100 - pixfmt.h
+ Add AV_PIX_FMT_Y216.
+
2024-10-15 - xxxxxxxxxx - lavu 59.44.100 - pixfmt.h
Add AV_PIX_FMT_RGB96 and AV_PIX_FMT_RGBA128.