Skip to content

Commit

Permalink
use the regular constructor for KaxTrackEntry
Browse files Browse the repository at this point in the history
We don't do anything more than the default ones.
  • Loading branch information
robUx4 committed Jan 14, 2024
1 parent b01f14b commit 6420d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spectool/schema_2_kaxsemantic_cpp.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ static constexpr const MatroskaProfile VERSION_DIVX_ONLY = {false, true, Matr
<xsl:text>DEFINE_MKX_MASTER</xsl:text>
<xsl:if test="not(contains(substring($plainPath,2),'\'))"><xsl:text>_ORPHAN</xsl:text></xsl:if>
<!-- Needs a special constructor -->
<xsl:if test="@name='Attachments' or @name='AttachedFile' or @name='Cluster' or @name='BlockGroup' or @name='TrackEntry'"><xsl:text>_CONS</xsl:text></xsl:if>
<xsl:if test="@name='Attachments' or @name='AttachedFile' or @name='Cluster' or @name='BlockGroup'"><xsl:text>_CONS</xsl:text></xsl:if>
<xsl:text>(Kax</xsl:text>
<xsl:call-template name="get-class-name">
<xsl:with-param name="node" select="."/>
Expand Down

0 comments on commit 6420d05

Please sign in to comment.