1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-31 06:22:46 +00:00
serenity/Userland/Libraries/LibVideo/Containers
Nico Weber 89b98830f6 LibVideo: Rename "ColorRange" to "VideoFullRangeFlag"
That matches the terminology used in ITU-T Rec. H.273,
PNG's cICP chunk, and the ICC cicpTag.

Also change the enum values to match the values in the spec --
0 means "not full range" and 1 means "full range".

(For now, keep the "Unspecified" entry around, and give it value 2.
This value is not in the spec.)

No intended behavior change.
2023-02-09 16:35:08 +00:00
..
Matroska LibVideo: Rename "ColorRange" to "VideoFullRangeFlag" 2023-02-09 16:35:08 +00:00
Demuxer.h LibVideo: Pass the current sample to demuxers to lazily seek better 2023-02-08 21:52:42 +01:00