Commit eea32564 authored by Alex Converse's avatar Alex Converse

Mark ff_fft_end av_cold.

Originally committed as revision 16851 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent bf23f6dc
...@@ -206,7 +206,7 @@ void ff_fft_permute_c(FFTContext *s, FFTComplex *z) ...@@ -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->revtab);
av_freep(&s->exptab); 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