提交 68336ea8 编写于 作者: M Måns Rullgård

10l: fix ff_fft_init_arm() prototype

Originally committed as revision 19865 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 f4863213
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册