summaryrefslogtreecommitdiff
path: root/libavcodec/snow.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-06 16:58:17 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-05-06 16:58:17 +0200
commit8cdf95d9b8f936ee823258ac7bd78958ed69d156 (patch)
treeef18dc6f457ac18c02a09f3288eb347e20be83f1 /libavcodec/snow.c
parentf4341c64be198874d52502eae894a726642445df (diff)
snow: add av_cold where appropriate
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/snow.c')
-rw-r--r--libavcodec/snow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/snow.c b/libavcodec/snow.c
index 5362ae4d5e..e2ecdf053f 100644
--- a/libavcodec/snow.c
+++ b/libavcodec/snow.c
@@ -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;