summaryrefslogtreecommitdiff
path: root/examples/make_dcp.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-30 16:33:18 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-30 16:33:18 +0100
commitd0e025d26cab0eecfea1528343638dac69f363cd (patch)
tree883ea9ba28850cd4cc32a9a62da5537163ecf578 /examples/make_dcp.cc
parente97ac27b357a05072326a42bdb9fc1b8df04810a (diff)
Remove generic name from CPL.
Diffstat (limited to 'examples/make_dcp.cc')
-rw-r--r--examples/make_dcp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/make_dcp.cc b/examples/make_dcp.cc
index cac645dc..8c24dba1 100644
--- a/examples/make_dcp.cc
+++ b/examples/make_dcp.cc
@@ -58,7 +58,7 @@ main ()
"My Film" is the title that will be shown on the projector / TMS when the DCP is ingested.
FEATURE is the type that the projector will list the DCP as.
*/
- boost::shared_ptr<libdcp::CPL> cpl (new libdcp::CPL ("My Film", libdcp::FEATURE));
+ boost::shared_ptr<libdcp::CPL> cpl (new libdcp::CPL ("My Film", "My Film", libdcp::FEATURE));
/* And add the CPL to the DCP */
dcp.add_cpl (cpl);