improved h264 profile/level look

This commit is contained in:
Roman Arutyunyan 2012-06-14 17:53:05 +04:00
parent 1da4bb923e
commit 358f7680e2

View file

@ -177,11 +177,11 @@
</xsl:template>
<xsl:template match="profile">
/<xsl:value-of select="."/>
/ <xsl:value-of select="."/>
</xsl:template>
<xsl:template match="level">
/<xsl:value-of select="."/>
/ <xsl:value-of select="."/>
</xsl:template>
</xsl:stylesheet>