diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-12 15:29:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-15 12:44:53 +0100 |
| commit | de1b4a967e6854782e88e83d48af74289977c8c3 (patch) | |
| tree | 97b75a9d24e8f047f17f05a919a80c806b6544f0 /test/remake_video_test.cc | |
| parent | a4a7d9ef34f2f083b0ba9e32e933ea5c64d2352d (diff) | |
Inspect most DCPs made during tests with ClairMeta (#76).
Diffstat (limited to 'test/remake_video_test.cc')
| -rw-r--r-- | test/remake_video_test.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/remake_video_test.cc b/test/remake_video_test.cc index b99f4380e..a07659844 100644 --- a/test/remake_video_test.cc +++ b/test/remake_video_test.cc @@ -49,7 +49,8 @@ BOOST_AUTO_TEST_CASE(remake_video_after_yub_rgb_matrix_changed) content->video->set_colour_conversion(*conversion); auto calculate_picture_hashes = [](shared_ptr<Film> film) { - make_and_verify_dcp(film); + /* >1 CPLs in the DCP raises an error in ClairMeta */ + make_and_verify_dcp(film, {}, true, false); dcp::DCP dcp(film->dir(film->dcp_name())); dcp.read(); BOOST_REQUIRE(!dcp.cpls().empty()); |
