Loading lib_com/options.h +1 −0 Original line number Diff line number Diff line Loading @@ -122,6 +122,7 @@ #define FIX_BASOP_2497_MCMASA_LFE_WRONG_SF_INDEX /* Nokia: BASOP 2497: Fix wrong subframe index in McMASA LFE synth. */ #define FIX_BASOP_2496_OMASA_OBJ_EDIT_WRONG_ASSIGN /* Nokia: BASOP 2496: Fix wrong assignment in OMASA object edit code */ #define FIX_2495_Q_ALIGN_OSBA_RENDERER /* FhG: Basop issue #2495: Corrected exponent scaling of outAudio.data_fx before buffer accumulation in renderSbaToBinaural(). */ #define FIX_BASOP_2513_EXTRA_RETURN_REND_OPEN /* Nokia: BASOP issue 2513: Removes extra return block */ /* ##################### End NON-BE switches ########################### */ Loading lib_rend/lib_rend_fx.c +2 −0 Original line number Diff line number Diff line Loading @@ -4028,9 +4028,11 @@ ivas_error IVAS_REND_Open( return error; } } #ifndef FIX_BASOP_2513_EXTRA_RETURN_REND_OPEN { return error; } #endif } return IVAS_ERR_OK; Loading Loading
lib_com/options.h +1 −0 Original line number Diff line number Diff line Loading @@ -122,6 +122,7 @@ #define FIX_BASOP_2497_MCMASA_LFE_WRONG_SF_INDEX /* Nokia: BASOP 2497: Fix wrong subframe index in McMASA LFE synth. */ #define FIX_BASOP_2496_OMASA_OBJ_EDIT_WRONG_ASSIGN /* Nokia: BASOP 2496: Fix wrong assignment in OMASA object edit code */ #define FIX_2495_Q_ALIGN_OSBA_RENDERER /* FhG: Basop issue #2495: Corrected exponent scaling of outAudio.data_fx before buffer accumulation in renderSbaToBinaural(). */ #define FIX_BASOP_2513_EXTRA_RETURN_REND_OPEN /* Nokia: BASOP issue 2513: Removes extra return block */ /* ##################### End NON-BE switches ########################### */ Loading
lib_rend/lib_rend_fx.c +2 −0 Original line number Diff line number Diff line Loading @@ -4028,9 +4028,11 @@ ivas_error IVAS_REND_Open( return error; } } #ifndef FIX_BASOP_2513_EXTRA_RETURN_REND_OPEN { return error; } #endif } return IVAS_ERR_OK; Loading