diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-09-15 01:00:33 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-09-27 13:41:46 +0200 |
| commit | 9bfa07293928c371d59db2091ba2b7e715ce5994 (patch) | |
| tree | f73bc4c69e13d19c934b0ee798ebfa4a68e46597 /test/overlap_video_test.cc | |
| parent | c59981ce92898f6be6987f10ebb29161e36e6766 (diff) | |
Various alignment adjustments.
Diffstat (limited to 'test/overlap_video_test.cc')
| -rw-r--r-- | test/overlap_video_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/overlap_video_test.cc b/test/overlap_video_test.cc index 724f4e75b..d0d5a8bbf 100644 --- a/test/overlap_video_test.cc +++ b/test/overlap_video_test.cc @@ -57,7 +57,7 @@ BOOST_AUTO_TEST_CASE (overlap_video_test1) B->video->set_length (24); B->set_position (film, dcpomatic::DCPTime::from_seconds(1)); - auto player = make_shared<Player>(film); + auto player = make_shared<Player>(film, false); auto pieces = player->_pieces; BOOST_REQUIRE_EQUAL (pieces.size(), 2U); BOOST_CHECK_EQUAL (pieces.front()->content, A); |
