diff options
author | Niklas Haas <git@haasn.dev> | 2023-10-31 15:46:07 +0100 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2023-10-31 15:46:07 +0100 |
commit | 57c16323f26f6d726edb2fd7f83836187f058ed7 (patch) | |
tree | 637a082ff1191fbfa4a35e09f844b5612a3a1c11 /doc/APIchanges | |
parent | 96dfc4481b571f4dd943daf5de11236d91248a93 (diff) | |
download | ffmpeg-57c16323f26f6d726edb2fd7f83836187f058ed7.tar.gz |
avutil/pixdesc: add AV_PIX_FMT_FLAG_XYZ
There are already several places in the codebase that match desc->name
against "xyz", and many downstream clients replicate this behavior.
I have no idea why this is not just a flag.
Motivated by my desire to add yet another check for XYZ to the codebase,
and I'd rather not keep copy/pasting a string comparison hack.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 438a43e057..d4511ce2dd 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,9 @@ The last version increases of all libraries were on 2023-02-09 API changes, most recent first: +2023-10-31 - xxxxxxxxxx - lavu 58.31.100 - pixdesc.h + Add AV_PIX_FMT_FLAG_XYZ. + -------- 8< --------- FFmpeg 6.1 was cut here -------- 8< --------- 2023-10-27 - xxxxxxxxxx - lavu 58.28.100 - channel_layout.h |