diff --git a/libavcodec/fft-test.c b/libavcodec/fft-test.c index f0529c1b23..8ac04611aa 100644 --- a/libavcodec/fft-test.c +++ b/libavcodec/fft-test.c @@ -95,8 +95,9 @@ void fft_ref(FFTComplex *tabr, FFTComplex *tab, int nbits) } } -void imdct_ref(float *out, float *in, int n) +void imdct_ref(float *out, float *in, int nbits) { + int n = 1<