From 852241561d040e0b147b5c866fd4f288324fbe48 Mon Sep 17 00:00:00 2001 From: Maxim Poliakovski Date: Wed, 2 Oct 2013 01:55:13 +0200 Subject: atrac: Add missing av_cold. Signed-off-by: Michael Niedermayer --- libavcodec/atrac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/atrac.c') diff --git a/libavcodec/atrac.c b/libavcodec/atrac.c index 3d37b02..c4241a9 100644 --- a/libavcodec/atrac.c +++ b/libavcodec/atrac.c @@ -48,7 +48,7 @@ static const float qmf_48tap_half[24] = { * Generate common tables */ -void ff_atrac_generate_tables(void) +av_cold void ff_atrac_generate_tables(void) { int i; float s; -- cgit v1.1