Commit 85224156 authored by Maxim Poliakovski's avatar Maxim Poliakovski Committed by Michael Niedermayer

atrac: Add missing av_cold.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 286beebd
......@@ -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;
......
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