Commit 0f38b815 authored by Jan Kiene's avatar Jan Kiene
Browse files

Revert "remove cng gain scaling which did not make sense"

This reverts commit e22382ca.
parent 1fa6ffe1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -463,7 +463,7 @@ void con_tcx(
#ifdef MDCT_STEREO_PLC_FADE_2_BG_NOISE
    if ( A_cng != NULL )
    {
        gainSynthDeemph = getLevelSynDeemph( &( tmp ), A_cng, L_frame / 4, st->preemph_fac, 1 );
        gainSynthDeemph = getLevelSynDeemph( &( tmp ), A_cng, L_frame / 4, st->preemph_fac, 1 ) / 4.f;
    }
    else
    {