summaryrefslogtreecommitdiff
path: root/libswresample/x86
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2014-07-02 00:05:08 -0300
committerMichael Niedermayer <michaelni@gmx.at>2014-07-02 13:18:30 +0200
commitb5f0eac0689bb7837a53486a4c2e576d71555ab6 (patch)
treed64b67d961a5b72acb2c3a67754b89168387f44a /libswresample/x86
parent1619a0e2b8fdb873c43f0878da9f7dbe363314dc (diff)
swr: rename swresample_dsp init functions to swri_resample_dsp
The swresample_ prefix is not for internal functions Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample/x86')
-rw-r--r--libswresample/x86/resample_x86_dsp.c2
1 files changed, 1 insertions, 1 deletions
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();