avutil/pixfmt: add XV48 pixel format

Much like XV30 and XV36 in d75c4693fe,
XV48 is added to support 16bit 4:4:4 as defined by Microsoft.

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2024-10-23 12:38:13 -03:00
parent e1bacfb523
commit e02a3b40a5
8 changed files with 47 additions and 2 deletions
+3
View File
@@ -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().