Commit 48d5b89d authored by malenovsky's avatar malenovsky
Browse files

Merge branch 'test_wmc_tool_v15' into 'main'

[BE] Test WMC tool v 1.5

See merge request !1134
parents 0b9264e1 e473715b
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -283,7 +283,6 @@
    <ClInclude Include="..\lib_com\basop_util.h" />
    <ClInclude Include="..\lib_com\cnst.h" />
    <ClInclude Include="..\lib_com\common_api_types.h" />
    <ClInclude Include="..\lib_com\control.h" />
    <ClInclude Include="..\lib_com\enh1632.h" />
    <ClInclude Include="..\lib_com\enh40.h" />
    <ClInclude Include="..\lib_com\ivas_cnst.h" />
+0 −3
Original line number Diff line number Diff line
@@ -489,9 +489,6 @@
    <ClInclude Include="..\lib_com\basop32.h">
      <Filter>common_h</Filter>
    </ClInclude>
    <ClInclude Include="..\lib_com\control.h">
      <Filter>common_h</Filter>
    </ClInclude>
    <ClInclude Include="..\lib_com\cnst.h">
      <Filter>common_h</Filter>
    </ClInclude>
+2 −0
Original line number Diff line number Diff line
@@ -3503,3 +3503,5 @@ static IVAS_DEC_FORCED_REND_MODE parseForcedRendModeDec(
    return IVAS_DEC_FORCE_REND_UNDEFINED;
}
#endif

#undef WMC_TOOL_SKIP
+2 −0
Original line number Diff line number Diff line
@@ -2117,3 +2117,5 @@ static ivas_error readForcedMode(
    return IVAS_ERR_OK;
}
#endif

#undef WMC_TOOL_SKIP
+2 −0
Original line number Diff line number Diff line
@@ -4072,3 +4072,5 @@ static void convertOutputBuffer(

    return;
}

#undef WMC_TOOL_SKIP
Loading