Commit 03d286d7 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix mistake

parent 5a744a05
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -421,7 +421,7 @@ static void tcx_ltp_pitch_search_ivas_fx(
     * Search fractional pitch with 1/4 subsample resolution.
     * search the fractions around t0 and choose the one which maximizes
     * the interpolated normalized correlation.
     *--------------FIX_2272_OOB_INDEXING_IN_LTP_PIT_SEARCH---------------------------------------------------*/
     *-----------------------------------------------------------------*/
#ifdef FIX_2272_OOB_INDEXING_IN_LTP_PIT_SEARCH
    cor_idx = sub( L_INTERPOL1, t0_min );
#else