missing prototype
authorLoren Merritt <lorenm@u.washington.edu>
Thu, 14 Aug 2008 04:41:02 +0000 (04:41 +0000)
committerLoren Merritt <lorenm@u.washington.edu>
Thu, 14 Aug 2008 04:41:02 +0000 (04:41 +0000)
Originally committed as revision 14750 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/i386/fft_3dn2.c

index b380572..f474f6e 100644 (file)
@@ -39,6 +39,7 @@ DECLARE_ALIGNED_8(static const int, m1m1[2]) = { 1<<31, 1<<31 };
 #endif
 
 void ff_fft_dispatch_3dn2(FFTComplex *z, int nbits);
+void ff_fft_dispatch_interleave_3dn2(FFTComplex *z, int nbits);
 
 void ff_fft_calc_3dn2(FFTContext *s, FFTComplex *z)
 {