Fix recover test digest since colour conversion digests changed again.
[dcpomatic.git] / test / skip_frame_test.cc
index a77d8459bb317252ae1bba9295c8824f6d87e298..3e4f895c55a013e61ad5be8ad59591ac915615c9 100644 (file)
@@ -40,10 +40,11 @@ BOOST_AUTO_TEST_CASE (skip_frame_test)
        film->set_container (Ratio::from_id ("185"));
        film->set_dcp_content_type (DCPContentType::from_pretty_name ("Test"));
        shared_ptr<FFmpegContent> c (new FFmpegContent (film, "test/data/count300bd48.m2ts"));
-       c->set_scale (VideoContentScale (Ratio::from_id ("185")));
-       film->examine_and_add_content (c);
+       film->examine_and_add_content (c, true);
 
        wait_for_jobs ();
+
+       c->set_scale (VideoContentScale (Ratio::from_id ("185")));
        film->write_metadata ();
 
        film->set_video_frame_rate (24);