snow: add av_cold where appropriate
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
f4341c64be
commit
8cdf95d9b8
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user