Use ISDCF rather than DCI when talking about the digital cinema
[dcpomatic.git] / test / 4k_test.cc
index 5224fae833baaa9c274762eb41535096b1380355..e65804aa5e5ff2908eb2434a95c79ebdf1b16769 100644 (file)
@@ -33,7 +33,7 @@ BOOST_AUTO_TEST_CASE (fourk_test)
        shared_ptr<FFmpegContent> c (new FFmpegContent (film, "test/data/test.mp4"));
        c->set_scale (VideoContentScale (Ratio::from_id ("185")));
        film->set_resolution (RESOLUTION_4K);
-       film->set_dcp_content_type (DCPContentType::from_dci_name ("FTR"));
+       film->set_dcp_content_type (DCPContentType::from_isdcf_name ("FTR"));
        film->set_container (Ratio::from_id ("185"));
        film->examine_and_add_content (c);
        wait_for_jobs ();