summaryrefslogtreecommitdiff
path: root/libswresample/resample.h
diff options
context:
space:
mode:
Diffstat (limited to 'libswresample/resample.h')
-rw-r--r--libswresample/resample.h4
1 files changed, 2 insertions, 2 deletions
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 */