Skip to content

Commit

Permalink
don't force the libebml namespace in KaxSemantic.h
Browse files Browse the repository at this point in the history
It's a public header.
  • Loading branch information
robUx4 committed Dec 31, 2023
1 parent 4125c26 commit b0d8c7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spectool/schema_2_kaxsemantic_h.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
#include <ebml/EbmlMaster.h>
#include "matroska/KaxDefines.h"

using namespace libebml;

namespace libmatroska {
<xsl:for-each select="ebml:element[not(starts-with(@path,'\EBML\'))]">
<!-- <xsl:sort select="translate(@path, '\+', '\')" /> -->
Expand Down Expand Up @@ -98,7 +96,7 @@ namespace libmatroska {
<xsl:text>public:&#10;</xsl:text>
</xsl:if>
<xsl:if test="@maxver='0' or @maxver='1' or @maxver='2' or @maxver='3'">
<xsl:text> filepos_t RenderData(IOCallback &amp; output, bool bForceRender, ShouldWrite writeFilter) override;&#10;</xsl:text>
<xsl:text> libebml::filepos_t RenderData(libebml::IOCallback &amp; output, bool bForceRender, ShouldWrite writeFilter) override;&#10;</xsl:text>
</xsl:if>
<xsl:if test="@length">
<xsl:text> bool ValidateSize() const override {return IsFiniteSize() &amp;&amp; GetSize() </xsl:text>
Expand Down

0 comments on commit b0d8c7b

Please sign in to comment.