summaryrefslogtreecommitdiff
path: root/libswresample/soxr_resample.c
diff options
context:
space:
mode:
Diffstat (limited to 'libswresample/soxr_resample.c')
-rw-r--r--libswresample/soxr_resample.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswresample/soxr_resample.c b/libswresample/soxr_resample.c
index 9e87f2fc4b..0f75bc554c 100644
--- a/libswresample/soxr_resample.c
+++ b/libswresample/soxr_resample.c
@@ -97,7 +97,7 @@ static int invert_initial_buffer(struct ResampleContext *c, AudioData *dst, cons
return 0;
}
-struct Resampler const soxr_resampler={
+struct Resampler const swri_soxr_resampler={
create, destroy, process, flush, NULL /* set_compensation */, get_delay,
invert_initial_buffer,
};