Commit 7056e1b0 authored by vaillancour's avatar vaillancour
Browse files

fix wrong header

parent cbf2cf0b
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4028,10 +4028,10 @@ Word16 Pit_exc_contribution_len_fx(
    Encoder_State *st_fx,  /* i/o: state structure                                  */
    const Word16 *dct_res, /* i  : DCT of residual                                  Qnew*/
    Word16 *dct_pitex,     /* i/o: DCT of pitch contribution                        Qnew*/
#ifndef FIX_2253_CORRECT_GSC_MINIMUM_PIT_SEARCH
    Word16 *pitch_buf, /* i/o: Pitch per subframe                               Q6*/
#endif
#ifndef FIX_2253_CORRECT_GSC_MINIMUM_PIT_SEARCH
    const Word16 nb_subfr, /* i  : Number of subframe considered                    Q0*/
#endif
    Word16 *hangover, /* i  : hangover for the time contribution switching     Q0*/
    Word16 Qnew );