summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2009-01-29 17:08:51 +0000
committerAlex Converse <alex.converse@gmail.com>2009-01-29 17:08:51 +0000
commiteea325645cb0ee74ea28f2546b8a1eb81a497747 (patch)
tree731779b7f84728ec2d1a97de8d7f07f91a49079b
parentbf23f6dc334392e747021c15383d2db081b6f594 (diff)
Mark ff_fft_end av_cold.
Originally committed as revision 16851 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/fft.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/fft.c b/libavcodec/fft.c
index e342c0516d..db79fc90e9 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);