atrac: Add missing av_cold

Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
Maxim Poliakovski
2013-10-03 20:49:50 +02:00
committed by Diego Biurrun
parent 79cbac8cd4
commit 6a5bfd4d49

View File

@@ -45,7 +45,7 @@ static const float qmf_48tap_half[24] = {
-0.043596379, -0.099384367, 0.13207909, 0.46424159 -0.043596379, -0.099384367, 0.13207909, 0.46424159
}; };
void ff_atrac_generate_tables(void) av_cold void ff_atrac_generate_tables(void)
{ {
int i; int i;
float s; float s;