summaryrefslogtreecommitdiff
path: root/libswresample/dither.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-02-20 23:55:52 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-02-21 00:33:09 +0100
commitc0e3b461185cee5e8624337e75a263e74543e15d (patch)
tree0b5238e3778c5f188e83c4a0d821e7db2099ab24 /libswresample/dither.c
parente19d1840da3a3969420f2ce2794086dca3a0dfa0 (diff)
swresample: add av_cold to init functions
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample/dither.c')
-rw-r--r--libswresample/dither.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswresample/dither.c b/libswresample/dither.c
index 8121f11c2f..ca09e67f4d 100644
--- a/libswresample/dither.c
+++ b/libswresample/dither.c
@@ -72,7 +72,7 @@ void swri_get_dither(SwrContext *s, void *dst, int len, unsigned seed, enum AVSa
av_free(tmp);
}
-int swri_dither_init(SwrContext *s, enum AVSampleFormat out_fmt, enum AVSampleFormat in_fmt)
+av_cold int swri_dither_init(SwrContext *s, enum AVSampleFormat out_fmt, enum AVSampleFormat in_fmt)
{
int i;
double scale = 0;