summaryrefslogtreecommitdiff
path: root/test/resampler_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-06-22 01:47:28 +0100
committerCarl Hetherington <cth@carlh.net>2016-06-22 01:47:28 +0100
commit76f83b97c401c24b3c93baee0665e84be05f43ea (patch)
tree75e7f3e87f3721c8ac4c55ac6bc9559556954987 /test/resampler_test.cc
parent5e9e59e044fe3b51352d5dccad7f11882c6a571c (diff)
Set AudioDecoder::fast a different way.
Diffstat (limited to 'test/resampler_test.cc')
-rw-r--r--test/resampler_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/resampler_test.cc b/test/resampler_test.cc
index fb4b98861..6f102dd4c 100644
--- a/test/resampler_test.cc
+++ b/test/resampler_test.cc
@@ -35,7 +35,7 @@ using boost::shared_ptr;
static void
resampler_test_one (int from, int to)
{
- Resampler resamp (from, to, 1, false);
+ Resampler resamp (from, to, 1);
/* 3 hours */
int64_t const N = int64_t (from) * 60 * 60 * 3;