remove dead code in mdct stereo
- Related issues:no issue
- Requested reviewers: @vaclav
Reason why this change is needed
- Deactivated code under #if 0 in function
stereo_mdct_core_enc()
in lines 177-183:
#if 0
if ( sts[0]->bits_frame_channel + sts[1]->bits_frame_channel - meta_bits < 495 )
{
sts[0]->hTranDet->transientDetector.bIsAttackPresent = 0;
sts[1]->hTranDet->transientDetector.bIsAttackPresent = 0;
}
#endif
Description of the change
- Removed
Affected operating points
- No differences
Edited by fotopoulou