You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For backward compatibility, downgrade the following two new requirements
in commit 86fb0ac
OBUs that are not layer-specific must have the obu_extension_flag
set to 0.
..., it is a requirement of bitstream conformance that
obu_extension_flag is equal to 1 for all layer-specific OBUs in the
coded video sequence.
to recommendations
OBUs that are not layer-specific should have the obu_extension_flag
set to 0.
..., obu_extension_flag should be equal to 1 for all layer-specific
OBUs in the coded video sequence.
Copy file name to clipboardExpand all lines: 07.bitstream.semantics.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ possible by preventing emulation of MPEG2 transport stream ids.
81
81
Reserved units are for future use and shall be ignored by AV1 decoder.
82
82
83
83
The column “Layer-specific” indicates if the corresponding OBU type is considered to be associated with
84
-
a specific layer ("Y"), or not ("N"). OBUs that are not layer-specific must have the obu_extension_flag set to 0.
84
+
a specific layer ("Y"), or not ("N"). OBUs that are not layer-specific should have the obu_extension_flag set to 0.
85
85
86
86
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.
87
87
@@ -195,7 +195,7 @@ It is a requirement of bitstream conformance that operating_point_idc[ i ] is no
195
195
**Note:** This constraint means it is not allowed for two operating points to have the same value of operating_point_idc.
196
196
{:.alert .alert-info }
197
197
198
-
If operating_point_idc[ op ] is not equal to 0 for any value of op from 0 to operating_points_cnt_minus_1, it is a requirement of bitstream conformance that obu_extension_flag is equal to 1 for all layer-specific OBUs in the coded video sequence.
198
+
If operating_point_idc[ op ] is not equal to 0 for any value of op from 0 to operating_points_cnt_minus_1, obu_extension_flag should be equal to 1 for all layer-specific OBUs in the coded video sequence.
199
199
200
200
**seq_level_idx[ i ]** specifies the level that the coded video sequence conforms to when operating point i is selected.
0 commit comments