diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-23 15:48:19 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-23 15:48:19 +0200 |
| commit | 990f879d9af6300068af44c431b1a8e158e7f7a0 (patch) | |
| tree | b938ca31af91c256f01eae8c3566a95763eefdfa /test/upmixer_a_test.cc | |
| parent | 4b7185e4eda53534c4d71a1f31ba33ca3dd8dc8d (diff) | |
Nicer fix for 86102d30bf0aad89115bbeb3d8aaa2a27a0aa432
Diffstat (limited to 'test/upmixer_a_test.cc')
| -rw-r--r-- | test/upmixer_a_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/upmixer_a_test.cc b/test/upmixer_a_test.cc index a00a77add..ba07eafd1 100644 --- a/test/upmixer_a_test.cc +++ b/test/upmixer_a_test.cc @@ -79,7 +79,7 @@ BOOST_AUTO_TEST_CASE (upmixer_a_test) Ls = sf_open ("build/test/upmixer_a_test/Ls.wav", SFM_WRITE, &info); Rs = sf_open ("build/test/upmixer_a_test/Rs.wav", SFM_WRITE, &info); - shared_ptr<Player> player (new Player(film, film->playlist(), film->length())); + shared_ptr<Player> player (new Player(film)); player->Audio.connect (bind (&write, _1, _2)); while (!player->pass()) {} |
