Skip to content

Commit

Permalink
Keep information about elements that can have an infinite size
Browse files Browse the repository at this point in the history
Only master elements can and only very few.
  • Loading branch information
robUx4 committed Dec 23, 2023
1 parent 000a2a6 commit bcf5414
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spectool/schema_2_kaxsemantic_cpp.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ namespace libmatroska {
</xsl:call-template>
</xsl:otherwise>
</xsl:choose>
<xsl:choose>
<xsl:when test="@unknownsizeallowed=1"><xsl:text>, true</xsl:text></xsl:when>
<xsl:otherwise><xsl:text>, false</xsl:text></xsl:otherwise>
</xsl:choose>
<xsl:call-template name="output-display-name">
<xsl:with-param name="node" select="."/>
</xsl:call-template>
Expand Down

0 comments on commit bcf5414

Please sign in to comment.