mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void init_qexp(void){
|
static av_cold void init_qexp(void){
|
||||||
int i;
|
int i;
|
||||||
double v=128;
|
double v=128;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user