Commit 49683df9 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_549_PARAM_ISM_BIN_GAIN

parent 189a5ab7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -161,7 +161,6 @@



#define FIX_549_PARAM_ISM_BIN_GAIN                      /* FhG: Issue 549 : fix too quiet binaural output in ParamISM */
#define FIX_618_STEREO_SW_DIV_BY_ZERO                   /* VA: fix issue 618 - UBSAN: division-by-zero in stereo bitrate switching */
#define FIX_625_IDX_OOB                                 /* FhG: Fix index out-of-bounds UBSAN error (issue 625) */
#define FIX_613_DIRAC_NULL_PTR_USAN                     /* Nokia: Issue #613: USAN in DirAC decoder setup */
+0 −2
Original line number Diff line number Diff line
@@ -285,10 +285,8 @@ ivas_error ivas_dec(
        {
            if ( st_ivas->renderer_type == RENDERER_BINAURAL_PARAMETRIC || st_ivas->renderer_type == RENDERER_BINAURAL_PARAMETRIC_ROOM || st_ivas->renderer_type == RENDERER_STEREO_PARAMETRIC )
            {
#ifdef FIX_549_PARAM_ISM_BIN_GAIN
                /* loudness correction */
                ivas_dirac_dec_binaural_sba_gain( output, st_ivas->nchan_transport, output_frame );
#endif

                ivas_param_ism_params_to_masa_param_mapping( st_ivas );