Commit deb69feb authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_1740_MISING_POP_WMOPS

parent f7819b01
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -84,7 +84,6 @@



#define FIX_1740_MISING_POP_WMOPS               /* VA: fix issue 1740: missing pop_wmops() */

#define FIX_ISSUE_1744_IVAS_SPAR_TO_DIRAC       /* FhG: NON-BE!!! Simplify azimuth & elevation calculations, remove parameter mismatch for divide3232, fix copy/paste error for elevation */
#define FIX_ISSUE_1744_IVAS_DIRAC_GET_MONO_FLAG /* FhG: NON-BE!!! Simplify threshold - comparison, change (wrong) Equal-comparion to (correct) Greater-Than-comparison */
+0 −2
Original line number Diff line number Diff line
@@ -6474,9 +6474,7 @@ static ivas_error renderLfeToBinaural_fx(
    ELSE
    {
        /* no LFE to render */
#ifdef FIX_1740_MISING_POP_WMOPS
        pop_wmops();
#endif
        return IVAS_ERR_OK;
    }