Commit 1ff945ad authored by malenov's avatar malenov
Browse files

remove obsolete comment related to IVAS-220 (N dependency on input Fs)

parent caeb93db
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -77,7 +77,6 @@ static void interpTargetChannel(
        return;
        return;
    }
    }


    /* IVAS-220: QCToDo: (check N for dependency on the inputFs) */
    N = L_shift_adapt;
    N = L_shift_adapt;
    factor = ( (float) N ) / abs( d );
    factor = ( (float) N ) / abs( d );
    interp_factor2 = factor / INTERP_FACTOR1;
    interp_factor2 = factor / INTERP_FACTOR1;