diff options
Diffstat (limited to 'libavcodec/ac3enc.c')
-rw-r--r-- | libavcodec/ac3enc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ac3enc.c b/libavcodec/ac3enc.c index f95b39478f..2cd7cc660b 100644 --- a/libavcodec/ac3enc.c +++ b/libavcodec/ac3enc.c @@ -88,7 +88,7 @@ typedef struct IComplex { short re,im; } IComplex; -static void fft_init(int ln) +static av_cold void fft_init(int ln) { int i, n; float alpha; |