[FFmpeg-cvslog] r16851 - trunk/libavcodec/fft.c
alexc
subversion
Thu Jan 29 18:08:51 CET 2009
Author: alexc
Date: Thu Jan 29 18:08:51 2009
New Revision: 16851
Log:
Mark ff_fft_end av_cold.
Modified:
trunk/libavcodec/fft.c
Modified: trunk/libavcodec/fft.c
==============================================================================
--- trunk/libavcodec/fft.c Thu Jan 29 16:33:19 2009 (r16850)
+++ trunk/libavcodec/fft.c Thu Jan 29 18:08:51 2009 (r16851)
@@ -206,7 +206,7 @@ void ff_fft_permute_c(FFTContext *s, FFT
}
}
-void ff_fft_end(FFTContext *s)
+av_cold void ff_fft_end(FFTContext *s)
{
av_freep(&s->revtab);
av_freep(&s->exptab);
More information about the ffmpeg-cvslog
mailing list