X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fresampler_test.cc;h=f536d6547612c556bfe81e41454cd25c51ed4144;hb=f26af8112b03b5233eb5239defd11a7428b705ad;hp=d633f75c192f31a4cd3110688bcadc27d8b5304d;hpb=272ce54d159a53be22f592922913901cfc673097;p=dcpomatic.git diff --git a/test/resampler_test.cc b/test/resampler_test.cc index d633f75c1..f536d6547 100644 --- a/test/resampler_test.cc +++ b/test/resampler_test.cc @@ -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;