From 6a5bfd4d49e7433f6de869ccfe682940dbca8740 Mon Sep 17 00:00:00 2001 From: Maxim Poliakovski Date: Thu, 3 Oct 2013 20:49:50 +0200 Subject: [PATCH] atrac: Add missing av_cold Signed-off-by: Diego Biurrun --- libavcodec/atrac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/atrac.c b/libavcodec/atrac.c index 0f5721500e..f36db9e8c5 100644 --- a/libavcodec/atrac.c +++ b/libavcodec/atrac.c @@ -45,7 +45,7 @@ static const float qmf_48tap_half[24] = { -0.043596379, -0.099384367, 0.13207909, 0.46424159 }; -void ff_atrac_generate_tables(void) +av_cold void ff_atrac_generate_tables(void) { int i; float s;