Commit 6953ba6c authored by Serdar Buyuksarac's avatar Serdar Buyuksarac
Browse files

Delete a ToDo

parent 4a6e07f1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1002,7 +1002,6 @@ static void set_reverb_acoustic_data(
    }

#endif
    /* TODO(922): Check if interpolation is necessary. */
    /* interpolate input table data for T60 and DSR to the FFT filter grid */
    ivas_reverb_interpolate_acoustic_data( nr_fc_input, pRoomAcoustics->pFc_input, pRoomAcoustics->pAcoustic_rt60, pRoomAcoustics->pAcoustic_dsr,
                                           nr_fc_fft_filter, pParams->pFc, pParams->pRt60, pParams->pDsr );