From b5f0eac0689bb7837a53486a4c2e576d71555ab6 Mon Sep 17 00:00:00 2001 From: James Almer Date: Wed, 2 Jul 2014 00:05:08 -0300 Subject: swr: rename swresample_dsp init functions to swri_resample_dsp The swresample_ prefix is not for internal functions Signed-off-by: James Almer Signed-off-by: Michael Niedermayer --- libswresample/x86/resample_x86_dsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswresample/x86') diff --git a/libswresample/x86/resample_x86_dsp.c b/libswresample/x86/resample_x86_dsp.c index c030b8c825..e32b6ee341 100644 --- a/libswresample/x86/resample_x86_dsp.c +++ b/libswresample/x86/resample_x86_dsp.c @@ -42,7 +42,7 @@ RESAMPLE_FUNCS(float, fma3); RESAMPLE_FUNCS(float, fma4); RESAMPLE_FUNCS(double, sse2); -void swresample_dsp_x86_init(ResampleContext *c) +void swri_resample_dsp_x86_init(ResampleContext *c) { int av_unused mm_flags = av_get_cpu_flags(); -- cgit v1.2.3