diff options
Diffstat (limited to 'src/pcm/PcmResampleInternal.hxx')
-rw-r--r-- | src/pcm/PcmResampleInternal.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pcm/PcmResampleInternal.hxx b/src/pcm/PcmResampleInternal.hxx index 5090c13d1..94cef94ff 100644 --- a/src/pcm/PcmResampleInternal.hxx +++ b/src/pcm/PcmResampleInternal.hxx @@ -81,7 +81,7 @@ pcm_resample_lsr_24(PcmResampler *state, #endif const int16_t * -pcm_resample_fallback_16(PcmResampler *state, +pcm_resample_fallback_16(PcmBuffer &buffer, unsigned channels, unsigned src_rate, const int16_t *src_buffer, size_t src_size, @@ -89,7 +89,7 @@ pcm_resample_fallback_16(PcmResampler *state, size_t *dest_size_r); const int32_t * -pcm_resample_fallback_32(PcmResampler *state, +pcm_resample_fallback_32(PcmBuffer &buffer, unsigned channels, unsigned src_rate, const int32_t *src_buffer, |