diff --git a/lib_dec/fd_cng_dec.c b/lib_dec/fd_cng_dec.c index c1ddeeb79f8b24102591959294da7011a20f5ab6..ce252929578daa1d21724c59636dd80d88bc7e72 100644 --- a/lib_dec/fd_cng_dec.c +++ b/lib_dec/fd_cng_dec.c @@ -2117,8 +2117,6 @@ void FdCngDecodeDiracMDCTStereoSID( { sts[0]->hFdCngDec->hFdCngCom->sidNoiseEst[p] = 0.5f * ( sts[0]->hFdCngDec->hFdCngCom->sidNoiseEst[p] + sts[1]->hFdCngDec->hFdCngCom->sidNoiseEst[p] ); } - sts[0]->hFdCngDec->hFdCngCom->coherence = 0.0f; - sts[1]->hFdCngDec->hFdCngCom->coherence = 0.0f; } return;