diff options
Diffstat (limited to 'test/4k_test.cc')
| -rw-r--r-- | test/4k_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<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 (); |
