snow: add av_cold where appropriate

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-05-06 16:58:17 +02:00
parent f4341c64be
commit 8cdf95d9b8
1 changed files with 1 additions and 1 deletions

View File

@ -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;