Commit 6a5bfd4d authored by Maxim Poliakovski's avatar Maxim Poliakovski Committed by Diego Biurrun

atrac: Add missing av_cold

Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
parent 79cbac8c
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment