Skip to content

Commit

Permalink
fix AttachmentLink occurence
Browse files Browse the repository at this point in the history
A track can reference multiple attachments.

The max value to 1 was introduced in 2c0a14d and then turned into a `maxOccurs` value in  6210296.

Fixes ietf-wg-cellar#930
  • Loading branch information
robUx4 committed Dec 15, 2024
1 parent be0ac91 commit d1488d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebml_matroska.xml
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ see [@?I-D.ietf-cellar-codec] for more info.</documentation>
<documentation lang="en" purpose="definition">A human-readable string specifying the codec.</documentation>
<extension type="webmproject.org" webm="1"/>
</element>
<element name="AttachmentLink" path="\Segment\Tracks\TrackEntry\AttachmentLink" id="0x7446" type="uinteger" maxver="3" range="not 0" maxOccurs="1">
<element name="AttachmentLink" path="\Segment\Tracks\TrackEntry\AttachmentLink" id="0x7446" type="uinteger" maxver="3" range="not 0">
<documentation lang="en" purpose="definition">The UID of an attachment that is used by this codec.</documentation>
<documentation lang="en" purpose="usage notes">The value **MUST** match the `FileUID` value of an attachment found in this `Segment`.</documentation>
<extension type="libmatroska" cppname="TrackAttachmentLink"/>
Expand Down

0 comments on commit d1488d7

Please sign in to comment.