Commit 02cd79da authored by emerit's avatar emerit
Browse files

Merge branch 'main' into 744-fix-sofa-to-rom-tables-and-binaural-binary-files

parents e4781eb6 48d5b89d
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
@@ -3615,3 +3615,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
@@ -4211,3 +4211,5 @@ static void convertOutputBuffer(

    return;
}

#undef WMC_TOOL_SKIP
Loading