Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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