Disable asset hash checks that the libdcp bump fixes.
authorCarl Hetherington <cth@carlh.net>
Wed, 28 Jun 2023 21:02:49 +0000 (23:02 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 28 Jun 2023 23:50:35 +0000 (01:50 +0200)
test/test.cc

index 3a2286eb80843d7e39b5d165d10593f412ddea8c..ce98bf3a9509be27faca85635d678c61d10554d6 100644 (file)
@@ -557,6 +557,7 @@ check_dcp (boost::filesystem::path ref, boost::filesystem::path check)
        options.cpl_annotation_texts_can_differ = true;
        options.reel_annotation_texts_can_differ = true;
        options.reel_hashes_can_differ = true;
+       options.asset_hashes_can_differ = true;
        options.issue_dates_can_differ = true;
        options.max_subtitle_vertical_position_error = 0.001;