Commit 84345b51 authored by malenovsky's avatar malenovsky
Browse files

Merge branch '1740-missing-pop_wmops-in-renderlfetobinaural_fx' into 'main'

add missing pop_wmops()

Closes #1740

See merge request !1750
parents 62b9e9f5 056351c7
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -109,5 +109,6 @@
#define FIX_USAN_BASOP_UTIL_DIVIDE3232          /* Eri: Fix USAN error in BASOP_Util_Divide3232_Scale_newton by adding explicit type cast for -1 in hex */

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

#endif
+3 −0
Original line number Diff line number Diff line
@@ -5715,6 +5715,9 @@ static ivas_error renderLfeToBinaural_fx(
    ELSE
    {
        /* no LFE to render */
#ifdef FIX_1740_MISING_POP_WMOPS
        pop_wmops();
#endif
        return IVAS_ERR_OK;
    }