diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-30 16:18:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-30 16:18:57 +0100 |
| commit | e97ac27b357a05072326a42bdb9fc1b8df04810a (patch) | |
| tree | cd71affd6b5b512d52b386e28a06b5a14f6101f2 /examples/make_dcp.cc | |
| parent | a38a20cb7ada1a17231c7bdedab79618d5390736 (diff) | |
Remove directory member from CPL.
Diffstat (limited to 'examples/make_dcp.cc')
| -rw-r--r-- | examples/make_dcp.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/make_dcp.cc b/examples/make_dcp.cc index 58d55d1c..cac645dc 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 DCP", "My Film", libdcp::FEATURE)); + boost::shared_ptr<libdcp::CPL> cpl (new libdcp::CPL ("My Film", libdcp::FEATURE)); /* And add the CPL to the DCP */ dcp.add_cpl (cpl); |
