We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[I originally filed this issue in https://crbug.com/aomedia/2793.]
What version / commit were you testing with? (git describe can produce this info.)
AV1 Bitstream & Decoding Process Specification Last modified: 2019-01-08 11:48 PT Version 1.0.0 with Errata 1
In Section 6.4.2. Color config semantics, the last table describes the chroma sample position name CSP_UNKNOWN as:
CSP_UNKNOWN
Unknown (in this case the source video transfer function must be signaled outside the AV1 bitstream)
It is not clear why the "source video transfer function" is mentioned. Should that be changed to "chroma sample position"?
The text was updated successfully, but these errors were encountered:
In addition, it is not clear why this spec specifies some behaviors outside the AV1 bitstream, it seems outside the scope of this spec.
Sorry, something went wrong.
Fix a typo in the description of CSP_UNKNOWN
44fc2f0
Change "source video transfer function" to "chroma sample position" in the description of CSP_UNKNOWN. Fixes AOMediaCodec#309.
Successfully merging a pull request may close this issue.
[I originally filed this issue in https://crbug.com/aomedia/2793.]
What version / commit were you testing with?
(git describe can produce this info.)
AV1 Bitstream & Decoding Process Specification
Last modified: 2019-01-08 11:48 PT
Version 1.0.0 with Errata 1
In Section 6.4.2. Color config semantics, the last table describes the chroma sample position name
CSP_UNKNOWN
as:It is not clear why the "source video transfer function" is mentioned. Should that be changed to "chroma sample position"?
The text was updated successfully, but these errors were encountered: