diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-09 10:17:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-09 10:17:49 +0100 |
| commit | 0dc52cd6e69890cd8a2c539e80389ea8bac5cc3c (patch) | |
| tree | 0dbf929df2936893ce4ba952fffc54e2c1303f37 /src/lib/dcp_examiner.cc | |
| parent | 2cf3da72a017eebf741dfb9a5ec158df94a4e7b7 (diff) | |
Fix DCP name in editor; fix use of DCP entry points.
Diffstat (limited to 'src/lib/dcp_examiner.cc')
| -rw-r--r-- | src/lib/dcp_examiner.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/dcp_examiner.cc b/src/lib/dcp_examiner.cc index 7ce18c9f7..3051a4670 100644 --- a/src/lib/dcp_examiner.cc +++ b/src/lib/dcp_examiner.cc @@ -43,6 +43,8 @@ DCPExaminer::DCPExaminer (shared_ptr<const DCPContent> content) throw DCPError ("Multiple CPLs found in DCP"); } + _name = dcp.cpls().front()->content_title_text (); + list<shared_ptr<dcp::Reel> > reels = dcp.cpls().front()->reels (); for (list<shared_ptr<dcp::Reel> >::const_iterator i = reels.begin(); i != reels.end(); ++i) { |
