[SCM] libav/experimental: missing prototype

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:27:32 UTC 2013


The following commit has been merged in the experimental branch:
commit 75ac287517088afb085fd9ae740b87764b6ff90f
Author: Loren Merritt <lorenm at u.washington.edu>
Date:   Thu Aug 14 04:41:02 2008 +0000

    missing prototype
    
    Originally committed as revision 14750 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/i386/fft_3dn2.c b/libavcodec/i386/fft_3dn2.c
index b380572..f474f6e 100644
--- a/libavcodec/i386/fft_3dn2.c
+++ b/libavcodec/i386/fft_3dn2.c
@@ -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)
 {

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list