[FFmpeg-cvslog] atrac: Add missing av_cold
Maxim Poliakovski
git at videolan.org
Fri Oct 4 11:28:05 CEST 2013
ffmpeg | branch: master | Maxim Poliakovski <max_pole at gmx.de> | Thu Oct 3 20:49:50 2013 +0200| [6a5bfd4d49e7433f6de869ccfe682940dbca8740] | committer: Diego Biurrun
atrac: Add missing av_cold
Signed-off-by: Diego Biurrun <diego at biurrun.de>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6a5bfd4d49e7433f6de869ccfe682940dbca8740
---
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;
More information about the ffmpeg-cvslog
mailing list