diff options
author | James Almer <jamrial@gmail.com> | 2024-10-07 13:29:25 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-10-08 19:45:10 -0300 |
commit | 29ea34728f1064877a0ab9b8dee0f3de69a2d750 (patch) | |
tree | b53224e74affe97c65845cf8597095cb705471c4 /doc/APIchanges | |
parent | 1f9424e0b1d17257186d0a3b68a750b9bd341f23 (diff) | |
download | ffmpeg-29ea34728f1064877a0ab9b8dee0f3de69a2d750.tar.gz |
avutil/pixfmt: add V30X pixel format
This maps to the 444YpCbCr10 pixel format as defined by Apple.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index d132dfab81..5bfb52c09a 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,10 @@ The last version increases of all libraries were on 2024-03-07 API changes, most recent first: +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. + 2024-10-xx - xxxxxxxxxx - lavu 59.41.100 - log.h Add AVClass.state_flags_offset and AV_CLASS_STATE_INITIALIZED. |