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