summaryrefslogtreecommitdiff
path: root/libswresample/soxr_resample.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-02-27 19:20:43 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-02-27 19:20:43 +0100
commit4d00860ac79780cd6f8154f14666ddc437f0499c (patch)
treea7f31879f6a96e92dd1d09c348802be5a911b249 /libswresample/soxr_resample.c
parentbf6102044d47d2ea7b27d861672c046a32a1427b (diff)
swresample: Add prefix to soxr_resampler
also move declaration to header Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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,
};