Commit eae183ca authored by fotopoulou's avatar fotopoulou
Browse files

cleanup todo for updating old_fpitchFB as unnecessary

parent e5a3d532
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1742,7 +1742,7 @@ void decoder_tcx_imdct(

        if ( st->element_mode > EVS_MONO )
        {
            st->old_fpitchFB = st->old_fpitch * (float) L_frameTCX_glob / (float) L_frame_glob; /* TODO - or maybe used min(L_frame_TCX,L_FRAME48k) ... */
            st->old_fpitchFB = st->old_fpitch * (float) L_frameTCX_glob / (float) L_frame_glob;
        }
        else
        {