Loading lib_com/options.h +1 −0 Original line number Diff line number Diff line Loading @@ -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 lib_rend/lib_rend_fx.c +3 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
lib_com/options.h +1 −0 Original line number Diff line number Diff line Loading @@ -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
lib_rend/lib_rend_fx.c +3 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading