diff options
author | Niklas Haas <git@haasn.dev> | 2023-10-25 18:46:24 +0200 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2023-11-09 12:53:35 +0100 |
commit | 96d2a40b9ee0ddd1844b82c23a074804c316caa5 (patch) | |
tree | 95c2619bcafc0384e17065cd5a6876b10c33df71 /libavformat | |
parent | cf60046cdcdb67fce8cea11c4dbab5bb8f931430 (diff) | |
download | ffmpeg-96d2a40b9ee0ddd1844b82c23a074804c316caa5.tar.gz |
avcodec/pnm: explicitly tag color range
PGMYUV seems to be always limited range. This was a format originally
invented by FFmpeg at a time when YUVJ distinguished limited from full
range YUV, and this codec never appeared to output YUVJ in any
circumstance, so hard-coding limited range preserves the status quo.
The other formats are explicitly documented to be full range RGB/gray
formats. That said, don't tag them yet, due to outstanding bugs w.r.t
grayscale formats and color range handling.
This change in behavior updates a bunch of FATE tests in trivial ways
(added tagging being the only difference).
Diffstat (limited to 'libavformat')
0 files changed, 0 insertions, 0 deletions