]> git.sesse.net Git - ffmpeg/blobdiff - libswresample/soxr_resample.c
Merge commit '9c9b0218e85fcd969308632f75af48a4ce229541'
[ffmpeg] / libswresample / soxr_resample.c
index 9e87f2fc4b69cdfbe034a2a332dec23881799885..0f75bc554c175fdbc386a8f8f01420dba81c6c43 100644 (file)
@@ -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,
 };