From 35d290f19c02f0e884f4baec704851cfd1b86988 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 3 May 2013 21:15:03 +0200 Subject: [PATCH] Switch to linear interpolation by default. --- decode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decode.cpp b/decode.cpp index 7bbb250..798a872 100644 --- a/decode.cpp +++ b/decode.cpp @@ -34,7 +34,7 @@ double sinc(double x) } } -#if 1 +#if 0 double weight(double x) { if (fabs(x) > LANCZOS_RADIUS) { -- 2.39.2