git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
bf23f6d
)
Mark ff_fft_end av_cold.
author
Alex Converse
<alex.converse@gmail.com>
Thu, 29 Jan 2009 17:08:51 +0000
(17:08 +0000)
committer
Alex Converse
<alex.converse@gmail.com>
Thu, 29 Jan 2009 17:08:51 +0000
(17:08 +0000)
Originally committed as revision 16851 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/fft.c
patch
|
blob
|
history
diff --git
a/libavcodec/fft.c
b/libavcodec/fft.c
index
e342c05
..
db79fc9
100644
(file)
--- 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);
{
av_freep(&s->revtab);
av_freep(&s->exptab);