Commit be396c2f authored by mru's avatar mru

10l: fix ff_fft_init_arm() prototype

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19865 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c9dd58e9
......@@ -699,7 +699,7 @@ void ff_fft_calc_c(FFTContext *s, FFTComplex *z);
void ff_fft_init_altivec(FFTContext *s);
void ff_fft_init_mmx(FFTContext *s);
void ff_fft_init_neon(FFTContext *s);
void ff_fft_init_arm(FFTContext *s);
/**
* Do the permutation needed BEFORE calling ff_fft_calc().
......
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