aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/converter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/converter.cpp')
-rw-r--r--Alc/converter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/converter.cpp b/Alc/converter.cpp
index 3caa2fed..9ec97e23 100644
--- a/Alc/converter.cpp
+++ b/Alc/converter.cpp
@@ -157,7 +157,7 @@ SampleConverterPtr CreateSampleConverter(DevFmtType srcType, DevFmtType dstType,
mind(static_cast<ALdouble>(srcRate)/dstRate*FRACTIONONE + 0.5, MAX_PITCH*FRACTIONONE));
converter->mIncrement = maxi(step, 1);
if(converter->mIncrement == FRACTIONONE)
- converter->mResample = Resample_copy_C;
+ converter->mResample = Resample_<CopyTag,CTag>;
else
{
if(resampler == BSinc24Resampler)