Skip to content

Commit

Permalink
To remove the conflict with the other PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
sunghee-hwang authored and tdaede committed Jul 17, 2023
1 parent 5861183 commit 2dc8e5e
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 @@ -490,7 +490,7 @@ This flag SHALL be set to 0 for this version of the specification. An OBU parser

NOTE: A future version of the specification may use this flag to specify an extension header field by setting [=obu_extension_flag=] = 1 and setting the size of the extended header to [=extension_header_size=].

<dfn noexport>obu_size</dfn> indicates the size in bytes of the OBU immediately following the obu_size field of the OBU. An OBU MAY have extra bytes after consuming all the bytes per the OBU syntax definition, parsers compliant with this version of the specification SHOULD ignore the extra bytes.
<dfn noexport>obu_size</dfn> indicates the size in bytes of the OBU immediately following the obu_size field of the OBU. An OBU MAY have extra bytes after consuming all the bytes per the OBU syntax definition. Parsers compliant with this version of the specification SHOULD ignore the extra bytes.

<dfn noexport>num_samples_to_trim_at_start</dfn> indicates the number of samples that need to be trimmed from the start of the samples in this [=Audio Frame OBU=].

Expand Down

0 comments on commit 2dc8e5e

Please sign in to comment.