shithub: dumb

Download patch

ref: 24244696518e81dccac26d13e0acfdaeec56b79e
parent: 766a20f4816f5d08275a430ed68d788aefb23e5b
author: Chris Moeller <kode54@gmail.com>
date: Mon Feb 9 19:07:32 EST 2015

Revert default resampling quality to cubic, as it's a nice trade-off between speed and quality

--- a/dumb/src/helpers/resample.c
+++ b/dumb/src/helpers/resample.c
@@ -81,7 +81,7 @@
  * Values outside the range 0-4 will behave the same as the nearest
  * value within the range.
  */
-int dumb_resampling_quality = DUMB_RQ_BLAM;
+int dumb_resampling_quality = DUMB_RQ_CUBIC;