Commit b55d6ca9 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

-10dB high MLD fix

parent d7d2ffdb
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1450,7 +1450,7 @@ ivas_error ivas_core_dec(
          }
        }
		if (hSCE != NULL) {
		  if (hSCE->save_synth != NULL)fixedToFloat_arrL(hSCE->save_hb_synth_fx, hSCE->save_synth, Q11, output_frame);
		  if (hSCE->save_synth != NULL)fixedToFloat_arrL(hSCE->save_synth_fx, hSCE->save_synth, Q11, output_frame);
		}
		if (sba_dirac_stereo_flag && st->element_mode != IVAS_CPE_MDCT && !(st->core_brate == SID_2k40 && st->cng_type == FD_CNG))
        {