AOMediaCodec / av1-hdr10plus

Official AOM repository for the development of the specification for the use of AV1 and HDR10+.
https://aomediacodec.github.io/av1-hdr10plus/
18 stars 6 forks source link

References terms and definitions #38

Closed podborski closed 1 year ago

podborski commented 2 years ago

Some referenced terms seem not to be defined in the referenced specifications in the same way. For example, look at this sentence:

A TU contains a series of OBUs starting from a Temporal Delimiter, optional sequence headers, optional metadata OBUs, a sequence of one or more frame headers, each followed by zero or more tile group OBUs as well as optional padding OBUs.

which would lead to something like this:

A temporal unit contains a series of OBUs starting from a Temporal delimiter OBU, optional sequence header OBUs, optional metadata OBUs, a sequence of one or more frame header OBUs, each followed by zero or more tile group OBUs as well as optional padding OBUs.

Other parts of the specification should also use properly defined terms as defined in referenced specifications.

podborski commented 2 years ago

VideoFullRangeFlag should be set to 0

should be changed to:

color_range should be set to 0

AV1 does not define VideoFullRangeFlag, but defines color_range.