Commit 8cdf95d9 authored by Michael Niedermayer's avatar Michael Niedermayer

snow: add av_cold where appropriate

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent f4341c64
......@@ -92,7 +92,7 @@ int ff_snow_alloc_blocks(SnowContext *s){
return 0;
}
static void init_qexp(void){
static av_cold void init_qexp(void){
int i;
double v=128;
......
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