Skip to content

Commit

Permalink
[errata] allow multiple AttachmentLink per track
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Jan 26, 2025
1 parent ed5c5ee commit 3c38bbf
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 3c38bbf

Please sign in to comment.