diff options
author | Niklas Haas <git@haasn.dev> | 2024-12-06 15:29:12 +0100 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2024-12-23 12:33:43 +0100 |
commit | 7b7c32322d1f754b3cd78c4dab02ac4c3992114c (patch) | |
tree | 9ad8a9532da3af1a532a876661d38a7976961fd3 /doc/APIchanges | |
parent | 1f0c5007840932b30c162982219750f8c9ed89c7 (diff) | |
download | ffmpeg-7b7c32322d1f754b3cd78c4dab02ac4c3992114c.tar.gz |
swscale/utils: fix XYZ primaries tagging
Swscale currently handles XYZ by embedding a forced conversion to
BT.709 RGB with a hardcoded matrix. This is not ideal, but to preserve the
status quo and avoid any unexpected changes in behavior, this patch merely
fixes the inferred primaries tag to match the reality.
In the future, I would like to handle XYZ properly, via direct conversion
to the target colorspace (or possibly simply by using a more fitting
RGB intermediate like SMPTE428), but for now just keep the status quo.
Diffstat (limited to 'doc/APIchanges')
0 files changed, 0 insertions, 0 deletions