Use SRC_LINEAR for speed when analysing audio (#685).
[dcpomatic.git] / test / resampler_test.cc
index d633f75c192f31a4cd3110688bcadc27d8b5304d..f536d6547612c556bfe81e41454cd25c51ed4144 100644 (file)
@@ -33,7 +33,7 @@ using boost::shared_ptr;
 static void
 resampler_test_one (int from, int to)
 {
-       Resampler resamp (from, to, 1);
+       Resampler resamp (from, to, 1, false);
 
        /* 3 hours */
        int64_t const N = int64_t (from) * 60 * 60 * 3;