Skip to content

Commit

Permalink
Merge pull request #200 from AOMediaCodec/assert_fix
Browse files Browse the repository at this point in the history
add missing close assert
  • Loading branch information
cconcolato authored Mar 5, 2024
2 parents 824cf4e + ca53c69 commit cbbcaa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ The <dfn noexport>version</dfn> field indicates the version of the AV1CodecConfi

<assert>The <dfn export>high_bitdepth</dfn> field SHALL be equal to the value of high_bitdepth flag from the [=Sequence Header OBU=].</assert>

<assert>The <dfn export>twelve_bit</dfn> field SHALL be equal to the value of the twelve_bit flag from the [=Sequence Header OBU=]. <assert>When twelve_bit is not present in the [=Sequence Header OBU=] the AV1CodecConfigurationRecord twelve_bit value SHALL be 0.</assert>
<assert>The <dfn export>twelve_bit</dfn> field SHALL be equal to the value of the twelve_bit flag from the [=Sequence Header OBU=].</assert> <assert>When twelve_bit is not present in the [=Sequence Header OBU=] the AV1CodecConfigurationRecord twelve_bit value SHALL be 0.</assert>

<assert>The <dfn export>monochrome</dfn> field SHALL be equal to the value of the [=mono_chrome=] flag from the [=Sequence Header OBU=].</assert>

Expand Down

0 comments on commit cbbcaa8

Please sign in to comment.