From 0e699676f9a8b0b2bff994980e560f51a60b6350 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 27 Feb 2015 16:44:11 +0100 Subject: avcodec/snow: mark dwt init as av_cold Signed-off-by: Michael Niedermayer --- libavcodec/x86/snowdsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/x86/snowdsp.c') diff --git a/libavcodec/x86/snowdsp.c b/libavcodec/x86/snowdsp.c index 2778489026..e2ad511d0a 100644 --- a/libavcodec/x86/snowdsp.c +++ b/libavcodec/x86/snowdsp.c @@ -877,7 +877,7 @@ static void ff_snow_inner_add_yblock_mmx(const uint8_t *obmc, const int obmc_str #endif /* HAVE_INLINE_ASM */ -void ff_dwt_init_x86(SnowDWTContext *c) +av_cold void ff_dwt_init_x86(SnowDWTContext *c) { #if HAVE_INLINE_ASM int mm_flags = av_get_cpu_flags(); -- cgit v1.2.3