This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Mark ff_fft_end av_cold.
Originally committed as revision 16851 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Alex Converse
17 years ago
parent
bf23f6dc33
commit
eea325645c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/fft.c
+ 1
- 1
libavcodec/fft.c
View File
@@ -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);
Write
Preview
Loading…
Cancel
Save