Commit 42507cb2 authored by vaillancour's avatar vaillancour
Browse files

remove obselete comment

parent 1f28fbec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1079,7 +1079,7 @@ ivas_error acelp_core_dec(
     * Formant post-filter
     *-----------------------------------------------------------------*/

    if ( st->hPFstat != NULL && st->last_bwidth >= WB && ( st->core_brate > ACELP_24k40 || st->element_mode > EVS_MONO ) && st->core_brate <= ACELP_32k ) /* TODO: TBV for TD stereo */
    if ( st->hPFstat != NULL && st->last_bwidth >= WB && ( st->core_brate > ACELP_24k40 || st->element_mode > EVS_MONO ) && st->core_brate <= ACELP_32k ) 
    {
        mvr2r( syn, temp_buf + L_SYN_MEM, L_FRAME16k );