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/resample.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libswresample/resample.h') diff --git a/libswresample/resample.h b/libswresample/resample.h index b484ceb328..bf00175d79 100644 --- a/libswresample/resample.h +++ b/libswresample/resample.h @@ -62,7 +62,7 @@ typedef struct ResampleContext { } dsp; } ResampleContext; -void swresample_dsp_init(ResampleContext *c); -void swresample_dsp_x86_init(ResampleContext *c); +void swri_resample_dsp_init(ResampleContext *c); +void swri_resample_dsp_x86_init(ResampleContext *c); #endif /* SWRESAMPLE_RESAMPLE_H */ -- cgit v1.2.3