提交 3c4ea6d5 编写于 作者: A Alex Converse

Mark ff_fft_init with av_cold.

Originally committed as revision 16722 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 8f05c995
......@@ -58,7 +58,7 @@ static int split_radix_permutation(int i, int n, int inverse)
else return split_radix_permutation(i, m, inverse)*4 - 1;
}
int ff_fft_init(FFTContext *s, int nbits, int inverse)
av_cold int ff_fft_init(FFTContext *s, int nbits, int inverse)
{
int i, j, m, n;
float alpha, c1, s1, s2;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册