aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-04-07 03:57:40 -0700
committerChris Robinson <[email protected]>2017-04-07 03:57:40 -0700
commit36f7dda1caafaef886ccd520ec3216c2689a062e (patch)
tree402c6d5e50d1f519c0823b50e9a0872dc9ebea38
parent710bbde09c45cf32e94e815f43ce48fd80c9d77b (diff)
Remove another reference to the sinc8 resampler
-rw-r--r--Alc/mixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/mixer.c b/Alc/mixer.c
index 88dbde88..69e52a6e 100644
--- a/Alc/mixer.c
+++ b/Alc/mixer.c
@@ -156,7 +156,7 @@ static inline ResamplerFunc SelectResampler(enum Resampler resampler)
/* The sinc resampler makes use of a Kaiser window to limit the needed sample
- * points to 4 and 8, respectively.
+ * points to 4.
*/
#ifndef M_PI