Commit 3c4ea6d5 authored by Alex Converse's avatar Alex Converse

Mark ff_fft_init with av_cold.

Originally committed as revision 16722 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment