1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-07-06 06:27:36 +02:00

avutil/pixfmt: add Y216 pixel format

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2024-10-21 21:38:55 -03:00
parent 9eb7e8d2a4
commit f462ba05f5
8 changed files with 45 additions and 2 deletions

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-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.