Skip to content

Commit

Permalink
polish the note text
Browse files Browse the repository at this point in the history
  • Loading branch information
podborski committed Jan 5, 2024
1 parent 15d4b05 commit ab50dac
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 @@ -554,7 +554,7 @@ For this sample group entry, the <code>grouping_type_parameter</code> syntax is

<dfn export>metadata_specific_parameters</dfn> provides an additional part of the <code>grouping_type_parameter</code>, which MAY be used to distinguish different sample groups having the same <code>metadata_type</code> but different sub-parameters. <assert>In this version of the specification, <code>metadata_specific_parameters</code> is only defined when <code>metadata_type</code> is set to <code>METADATA_TYPE_ITUT_T35</code> in which case its value SHALL be set to the first 24 bits of the <code>metadata_itut_t35</code> structure.</assert> <assert>For other types of metadata, its value SHOULD be set to 0. In all cases, when the <code>grouping_type_parameter</code> is used, readers processing sample groups SHALL use the entire value of <code>grouping_type_parameter</code></assert>.

NOTE: The current design of the AV1MetadataSampleGroupEntry does not permit identifying the exact type of ITU-T T.35 message and inspecting the payload of the message may be necessary.
NOTE: The current design is constrained to using only 3 bytes for ITU-T T.35 identification, which typically suffices for the itu_t_t35_country_code and the itu_t_t35_terminal_provider_code identification. Consequently, inspection of the payload becomes essential if an implementation aims to determine the values of subsequent bytes, for instance, the itu_t_t35_terminal_provider_oriented_code.

CMAF AV1 track format {#cmaf}
=====================================================
Expand Down

0 comments on commit ab50dac

Please sign in to comment.