@topic

Best regards
Maxim
>From 8b49fdf6d775ef658f474c5126108c5bb05d695e Mon Sep 17 00:00:00 2001
From: Maxim Poliakovski <[email protected]>
Date: Thu, 3 Oct 2013 20:49:50 +0200
Subject: [PATCH] atrac: Add missing av_cold

---
 libavcodec/atrac.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/atrac.c b/libavcodec/atrac.c
index 0f57215..f36db9e 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;
-- 
1.7.9.5

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to