g729dec: fix warnings:
libavcodec/g729postfilter.c: In function ‘long_term_filter’: libavcodec/g729postfilter.c:114: warning: unused variable ‘n’ Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:

committed by
Michael Niedermayer

parent
82d99e0b41
commit
58c61492c6
@@ -111,7 +111,7 @@ static int16_t long_term_filter(DSPContext *dsp, int pitch_delay_int,
|
|||||||
const int16_t* residual, int16_t *residual_filt,
|
const int16_t* residual, int16_t *residual_filt,
|
||||||
int subframe_size)
|
int subframe_size)
|
||||||
{
|
{
|
||||||
int i, k, n, tmp, tmp2;
|
int i, k, tmp, tmp2;
|
||||||
int sum;
|
int sum;
|
||||||
int L_temp0;
|
int L_temp0;
|
||||||
int L_temp1;
|
int L_temp1;
|
||||||
|
Reference in New Issue
Block a user