X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=test%2F4k_test.cc;h=fa5b33bb921feb348e4a0d6ad83fda54c40411b7;hb=74fe68e5895654e27a7cf8097917c1e95fa89519;hp=1e0b42697aa297cb84891039e05327993afddfb1;hpb=39bc73fe192f932ed6695eb87b19de446e8b4f55;p=dcpomatic.git diff --git a/test/4k_test.cc b/test/4k_test.cc index 1e0b42697..fa5b33bb9 100644 --- a/test/4k_test.cc +++ b/test/4k_test.cc @@ -39,7 +39,7 @@ BOOST_AUTO_TEST_CASE (fourk_test) shared_ptr 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 ();