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/vf_test.cc | |
| parent | 4b7185e4eda53534c4d71a1f31ba33ca3dd8dc8d (diff) | |
Nicer fix for 86102d30bf0aad89115bbeb3d8aaa2a27a0aa432
Diffstat (limited to 'test/vf_test.cc')
| -rw-r--r-- | test/vf_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vf_test.cc b/test/vf_test.cc index 35c32e603..6fd0a00e8 100644 --- a/test/vf_test.cc +++ b/test/vf_test.cc @@ -287,7 +287,7 @@ BOOST_AUTO_TEST_CASE (vf_test5) BOOST_REQUIRE (!wait_for_jobs()); /* Check that the selected reel assets are right */ - shared_ptr<Player> player (new Player(vf, vf->playlist(), vf->length())); + shared_ptr<Player> player (new Player(vf)); list<ReferencedReelAsset> a = player->get_reel_assets(); BOOST_REQUIRE_EQUAL (a.size(), 4); list<ReferencedReelAsset>::const_iterator i = a.begin(); |
