Skip to content

Commit

Permalink
Fix a typo in the description of CSP_UNKNOWN
Browse files Browse the repository at this point in the history
Change "source video transfer function" to "chroma sample position" in
the description of CSP_UNKNOWN.

Fixes AOMediaCodec#309.
  • Loading branch information
wantehchang committed Jul 2, 2024
1 parent 5e04f3f commit 44fc2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 07.bitstream.semantics.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ that subsampling_x is equal to 0 and subsampling_y is equal to 0.

| chroma_sample_position | Name of chroma sample position| Description
|:----------------------:|:------------------------------: -----------
| 0 | CSP_UNKNOWN | Unknown (in this case the source video transfer function must be signaled outside the AV1 bitstream)
| 0 | CSP_UNKNOWN | Unknown (in this case the chroma sample position must be signaled outside the AV1 bitstream)
| 1 | CSP_VERTICAL | Horizontally co-located with (0, 0) luma sample, vertical position in the middle between two luma samples
| 2 | CSP_COLOCATED | co-located with (0, 0) luma sample
| 3 | CSP_RESERVED |
Expand Down

0 comments on commit 44fc2f0

Please sign in to comment.