diff ac3enc.c @ 9007:043574c5c153 libavcodec

Add missing av_cold in static init/close functions. Patch by Daniel Verkamp daniel at drv dot nu.
author stefano
date Sun, 22 Feb 2009 13:48:55 +0000
parents e9d9d946f213
children 8b977d664424
line wrap: on
line diff
--- a/ac3enc.c	Sun Feb 22 11:35:32 2009 +0000
+++ b/ac3enc.c	Sun Feb 22 13:48:55 2009 +0000
@@ -88,7 +88,7 @@
     short re,im;
 } IComplex;
 
-static void fft_init(int ln)
+static av_cold void fft_init(int ln)
 {
     int i, n;
     float alpha;