aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2024-10-23 12:38:13 -0300
committerJames Almer <jamrial@gmail.com>2024-10-26 00:04:23 -0300
commite02a3b40a5eef7b5441602c1e5ec6ffa562eec7d (patch)
treee71c9d17bdfae7a430e47aa72b490bc16e82d80e /doc/APIchanges
parente1bacfb5235f0a29215d299d224a58c218365711 (diff)
downloadffmpeg-e02a3b40a5eef7b5441602c1e5ec6ffa562eec7d.tar.gz
avutil/pixfmt: add XV48 pixel format
Much like XV30 and XV36 in d75c4693fef51e8f0a1b88798530f4c5147ea906, XV48 is added to support 16bit 4:4:4 as defined by Microsoft. 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 eeb859b873..6f21a952dd 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-26 - xxxxxxxxxx - lavu 59.46.100 - pixfmt.h
+ Add AV_PIX_FMT_XV48.
+
2024-10-23 - xxxxxxxxxx - lsws 8.9.100 - swscale.h
Add sws_is_noop().