Skip to content

Commit

Permalink
Merge pull request #700 from felicialim/655_trim_signaling_order
Browse files Browse the repository at this point in the history
Fix #655: swap trim signaling order in semantics
  • Loading branch information
sunghee-hwang authored Aug 17, 2023
2 parents 5c7e713 + d327960 commit 9ae2ad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -511,10 +511,10 @@ NOTE: A future version of the specification may use this flag to specify an exte

<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=].

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

<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=].

<dfn noexport>extension_header_size</dfn> indicates the size in bytes of the extension header immediately following this field.

<dfn noexport>extension_header_bytes</dfn> indicates the byte representations of the syntaxes of the extension header.
Expand Down

0 comments on commit 9ae2ad1

Please sign in to comment.