Skip to content

Commit

Permalink
deprecate Cluster/Position
Browse files Browse the repository at this point in the history
It's not used anywhere and has very little use to fix damaged files.
It can be use spot missing parts between 2 Clusters. But if we know the next
Cluster with that element, we already know there's a missing part...
  • Loading branch information
robUx4 committed Jul 3, 2022
1 parent 07468fc commit 819e5d7
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 @@ -132,7 +132,7 @@ It is useful when using overlay tracks on seeking or to decide what track to use
It could change later if not specified as silent in a further Cluster.</documentation>
<extension type="libmatroska" cppname="ClusterSilentTrackNumber"/>
</element>
<element name="Position" path="\Segment\Cluster\Position" id="0xA7" type="uinteger" maxOccurs="1">
<element name="Position" path="\Segment\Cluster\Position" id="0xA7" type="uinteger" maxOccurs="1" minver="0" maxver="0">
<documentation lang="en" purpose="definition">The Segment Position of the Cluster in the Segment (0 in live streams).
It might help to resynchronise offset on damaged streams.</documentation>
<extension type="libmatroska" cppname="ClusterPosition"/>
Expand Down

0 comments on commit 819e5d7

Please sign in to comment.