From dc1ecb6a4afb737f04ca58a3825b20645ad8b1f1 Mon Sep 17 00:00:00 2001 From: Marc Hoffman Date: Wed, 1 Aug 2007 20:44:08 +0000 Subject: [PATCH] making reference models have the same API Originally committed as revision 9861 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/fft-test.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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<