From eea325645cb0ee74ea28f2546b8a1eb81a497747 Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Thu, 29 Jan 2009 17:08:51 +0000 Subject: [PATCH] Mark ff_fft_end av_cold. Originally committed as revision 16851 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/fft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/fft.c b/libavcodec/fft.c index e342c05..db79fc9 100644 --- a/libavcodec/fft.c +++ b/libavcodec/fft.c @@ -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); -- 2.7.4