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:
committed by
Michael Niedermayer
parent
ebcd2f9689
commit
68951ecf0c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user