Commit 47066520 authored by alexc's avatar alexc

Mark ff_fft_end av_cold.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16851 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8469cca0
......@@ -206,7 +206,7 @@ void ff_fft_permute_c(FFTContext *s, FFTComplex *z)
}
}
void ff_fft_end(FFTContext *s)
av_cold void ff_fft_end(FFTContext *s)
{
av_freep(&s->revtab);
av_freep(&s->exptab);
......
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