fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot org>)

Originally committed as revision 2882 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Gildas Bazin
2004-03-13 21:43:24 +00:00
committed by Michael Niedermayer
parent ebcd2f9689
commit 68951ecf0c
7 changed files with 29 additions and 29 deletions

View File

@@ -42,7 +42,7 @@ static void print_v4sf(const char *str, __m128 a)
#endif
/* XXX: handle reverse case */
void fft_calc_sse(FFTContext *s, FFTComplex *z)
void ff_fft_calc_sse(FFTContext *s, FFTComplex *z)
{
int ln = s->nbits;
int j, np, np2;