Commit d7b61e79 authored by vaillancour's avatar vaillancour Committed by Manuel Jander
Browse files

fix wrong header

parent b47f17d8
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -4039,10 +4039,10 @@ Word16 Pit_exc_contribution_len_fx(
    Encoder_State *st_fx,  /* i/o: state structure                                  */
    Encoder_State *st_fx,  /* i/o: state structure                                  */
    const Word16 *dct_res, /* i  : DCT of residual                                  Qnew*/
    const Word16 *dct_res, /* i  : DCT of residual                                  Qnew*/
    Word16 *dct_pitex,     /* i/o: DCT of pitch contribution                        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*/
    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*/
    const Word16 nb_subfr, /* i  : Number of subframe considered                    Q0*/
#endif
    Word16 *hangover, /* i  : hangover for the time contribution switching     Q0*/
    Word16 *hangover, /* i  : hangover for the time contribution switching     Q0*/
    Word16 Qnew );
    Word16 Qnew );