diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-19 21:35:46 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-19 21:35:46 +0200 |
| commit | 8d67ad2e74b6d2c88b52a397a2c2823254ec09fb (patch) | |
| tree | c5901380449dcd83ea8f5eaeafd775d8f40e6c29 /test/overlap_video_test.cc | |
| parent | e08d1ce718493a869e429be3a6f811575f2c8dd1 (diff) | |
wip: black pieces; sad part is that Shuffler can't cope with content that doesn't start at the same time.2253-3d-empty
Diffstat (limited to 'test/overlap_video_test.cc')
| -rw-r--r-- | test/overlap_video_test.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/overlap_video_test.cc b/test/overlap_video_test.cc index c23444c4a..9b2f4249b 100644 --- a/test/overlap_video_test.cc +++ b/test/overlap_video_test.cc @@ -65,8 +65,6 @@ BOOST_AUTO_TEST_CASE (overlap_video_test1) BOOST_CHECK (pieces.front()->ignore_video); BOOST_CHECK (pieces.front()->ignore_video.get() == dcpomatic::DCPTimePeriod(dcpomatic::DCPTime::from_seconds(1), dcpomatic::DCPTime::from_seconds(1) + B->length_after_trim(film))); - BOOST_CHECK (player->_black.done()); - make_and_verify_dcp (film); dcp::DCP back (film->dir(film->dcp_name())); |
