summaryrefslogtreecommitdiff
path: root/test/dcp_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-30 16:09:32 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-30 16:09:32 +0100
commita38a20cb7ada1a17231c7bdedab79618d5390736 (patch)
treec69f6efdbfb9a4edcfefc4023329fbff4c35ace1 /test/dcp_test.cc
parent29b507d5ed965367c2daa8c68316a1b336edd614 (diff)
Remove fps/length from CPL.
Diffstat (limited to 'test/dcp_test.cc')
-rw-r--r--test/dcp_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dcp_test.cc b/test/dcp_test.cc
index 1b943694..7808919f 100644
--- a/test/dcp_test.cc
+++ b/test/dcp_test.cc
@@ -36,7 +36,7 @@ BOOST_AUTO_TEST_CASE (dcp_test)
boost::filesystem::remove_all ("build/test/foo");
boost::filesystem::create_directories ("build/test/foo");
libdcp::DCP d ("build/test/foo");
- shared_ptr<libdcp::CPL> cpl (new libdcp::CPL ("build/test/foo", "A Test DCP", libdcp::FEATURE, 24, 24));
+ shared_ptr<libdcp::CPL> cpl (new libdcp::CPL ("build/test/foo", "A Test DCP", libdcp::FEATURE));
shared_ptr<libdcp::MonoPictureAsset> mp (new libdcp::MonoPictureAsset (
j2c,