Skip to content

Commit

Permalink
Change non-layer-specific OBUs "must" to "should"
Browse files Browse the repository at this point in the history
For backward compatibility, downgrade the requirement

  OBUs that are not layer-specific must have the obu_extension_flag
  set to 0.

to a recommendation

  OBUs that are not layer-specific should have the obu_extension_flag
  set to 0.
  • Loading branch information
wantehchang committed Apr 8, 2024
1 parent 5e04f3f commit e9495d1
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 @@ -81,7 +81,7 @@ possible by preventing emulation of MPEG2 transport stream ids.
Reserved units are for future use and shall be ignored by AV1 decoder.

The column “Layer-specific” indicates if the corresponding OBU type is considered to be associated with
a specific layer ("Y"), or not ("N"). OBUs that are not layer-specific must have the obu_extension_flag set to 0.
a specific layer ("Y"), or not ("N"). OBUs that are not layer-specific should have the obu_extension_flag set to 0.

Metadata OBU types may or may not be layer-specific, depending on the metadata type. The table in Section 6.7.1 specifies which types of metadata OBUs are layer-specific and which are not.

Expand Down

0 comments on commit e9495d1

Please sign in to comment.