comparison fft.c @ 8687:04200b454f3f libavcodec

Mark ff_fft_end av_cold.
author alexc
date Thu, 29 Jan 2009 17:08:51 +0000
parents 3f72756b0c5c
children 68fd157bab48
comparison
equal deleted inserted replaced
8686:674acd1e7e18 8687:04200b454f3f
204 z[j] = tmp; 204 z[j] = tmp;
205 } 205 }
206 } 206 }
207 } 207 }
208 208
209 void ff_fft_end(FFTContext *s) 209 av_cold void ff_fft_end(FFTContext *s)
210 { 210 {
211 av_freep(&s->revtab); 211 av_freep(&s->revtab);
212 av_freep(&s->exptab); 212 av_freep(&s->exptab);
213 av_freep(&s->exptab1); 213 av_freep(&s->exptab1);
214 av_freep(&s->tmp_buf); 214 av_freep(&s->tmp_buf);