Remove another reference to the sinc8 resampler

This commit is contained in:
Chris Robinson
2017-04-07 03:57:40 -07:00
parent 710bbde09c
commit 36f7dda1ca
+1 -1
View File
@@ -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