summaryrefslogtreecommitdiff
path: root/test/4k_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-10 15:33:26 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-10 15:33:26 +0100
commite7bc3bd16456c17bc6fe1d7981040b14e820505e (patch)
treecd37e3bbaceb58206a9b9286d54946e7835d6af7 /test/4k_test.cc
parent2b2c655fd39fbdae9f6298c3bde171da126dc470 (diff)
Use ISDCF rather than DCI when talking about the digital cinema
naming convention (#362). Reported-by: Mattias Mattsson
Diffstat (limited to 'test/4k_test.cc')
-rw-r--r--test/4k_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/4k_test.cc b/test/4k_test.cc
index 5224fae83..e65804aa5 100644
--- a/test/4k_test.cc
+++ b/test/4k_test.cc
@@ -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 ();