Commit 05eab919 authored by vaillancour's avatar vaillancour
Browse files

fix gcc error

parent f4fa2866
Loading
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -835,8 +835,12 @@ void td_stereo_param_updt_fx(
    Word16 tdm_lsfQ_PCh[],             /* o  : Q LSFs for primary channel              */
    Word16 tdm_Pri_pitch_buf[],        /* o  : pitch values for primary channel        */
    const Word16 flag_ACELP16k,        /* i  : ACELP@16kHz flag                        */
    const Word16 tdm_use_IAWB_Ave_lpc, /* i  : flag to indicate the usage of mean inactive LP coefficients */
    Word16 Q_var );
    const Word16 tdm_use_IAWB_Ave_lpc  /* i  : flag to indicate the usage of mean inactive LP coefficients */
#ifndef FIX_798_WRONG_CPY_OF_PITCH
    ,
    Word16 Q_var 
#endif
);

void updateBuffersForDmxMdctStereo_fx(
    CPE_DEC_HANDLE hCPE,                      /* i/o: CPE handle                              */