From c0e3b461185cee5e8624337e75a263e74543e15d Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 20 Feb 2015 23:55:52 +0100 Subject: swresample: add av_cold to init functions Signed-off-by: Michael Niedermayer --- libswresample/x86/resample_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswresample/x86/resample_init.c') diff --git a/libswresample/x86/resample_init.c b/libswresample/x86/resample_init.c index 99f5e14040..93001d65cb 100644 --- a/libswresample/x86/resample_init.c +++ b/libswresample/x86/resample_init.c @@ -43,7 +43,7 @@ RESAMPLE_FUNCS(float, fma3); RESAMPLE_FUNCS(float, fma4); RESAMPLE_FUNCS(double, sse2); -void swri_resample_dsp_x86_init(ResampleContext *c) +av_cold void swri_resample_dsp_x86_init(ResampleContext *c) { int av_unused mm_flags = av_get_cpu_flags(); -- cgit v1.2.3