Commit 4ef459c4 authored by Manuel Jander's avatar Manuel Jander
Browse files

Merge remote-tracking branch 'origin' into...

Merge remote-tracking branch 'origin' into 1737-high-band-difference-in-external-renderer-masa2-to-mono-5-1
parents cde20f9a 84345b51
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;
    }