Commit 284cc744 authored by lorenm's avatar lorenm

missing prototype


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14750 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e5119fa9
...@@ -39,6 +39,7 @@ DECLARE_ALIGNED_8(static const int, m1m1[2]) = { 1<<31, 1<<31 }; ...@@ -39,6 +39,7 @@ DECLARE_ALIGNED_8(static const int, m1m1[2]) = { 1<<31, 1<<31 };
#endif #endif
void ff_fft_dispatch_3dn2(FFTComplex *z, int nbits); 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) void ff_fft_calc_3dn2(FFTContext *s, FFTComplex *z)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment