Commit 8d38e91d authored by vaclav's avatar vaclav
Browse files

fix in tdm_configure_dec() within MASA_AND_OBJECTS

parent 9649dad5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -291,7 +291,7 @@ void tdm_configure_dec(

    /* set the BW of the secondary channel */
#ifdef MASA_AND_OBJECTS
    if ( hStereoTD->tdm_LRTD_flag && sts[1]->bits_frame_channel > IVAS_16k4 / FRAMES_PER_SEC )
    if ( hStereoTD->tdm_LRTD_flag && sts[1]->bits_frame_channel >= IVAS_16k4 / FRAMES_PER_SEC )
#else
    if ( hStereoTD->tdm_LRTD_flag && hCPE->element_brate > IVAS_13k2 )
#endif