Commit e22382ca authored by Jan Kiene's avatar Jan Kiene
Browse files

remove cng gain scaling which did not make sense

parent 2a394598
Loading
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 ) / 4.f;
        gainSynthDeemph = getLevelSynDeemph( &( tmp ), A_cng, L_frame / 4, st->preemph_fac, 1 );
    }
    else
    {