swresample: Add prefix to soxr_resampler
also move declaration to header Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
bf6102044d
commit
4d00860ac7
3 changed files with 4 additions and 3 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue