mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
AV1 import: deco mode reported by DC
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
9b9d065447
commit
902a27d5de
1 changed files with 16 additions and 0 deletions
|
@ -162,6 +162,22 @@
|
|||
</xsl:if>
|
||||
</xsl:when>
|
||||
|
||||
<xsl:when test="substring-before($line, '=') = 'DecoSel'">
|
||||
<xsl:variable name="value">
|
||||
<xsl:value-of select="substring-after($line, '= ')"/>
|
||||
</xsl:variable>
|
||||
<xsl:attribute name="in_deco">
|
||||
<xsl:choose>
|
||||
<xsl:when test="$value > 0">
|
||||
<xsl:value-of select="'1'"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:value-of select="'0'"/>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:attribute>
|
||||
</xsl:when>
|
||||
|
||||
<xsl:otherwise>
|
||||
<xsl:if test="$remaining != ''">
|
||||
<xsl:call-template name="findNDL">
|
||||
|
|
Loading…
Add table
Reference in a new issue