diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-02-09 23:34:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-09 23:34:03 +0100 |
| commit | 95230fe5db8aeda47aca18f613bd4309a17ee427 (patch) | |
| tree | 355691323d33ee77884b009046277a4d8740e19c /src/lib/dcp_examiner.cc | |
| parent | 8fddf6164257d8776315d8d8b4568a23ed94babb (diff) | |
Copy some more metadata from DCP into the film when requested.
Diffstat (limited to 'src/lib/dcp_examiner.cc')
| -rw-r--r-- | src/lib/dcp_examiner.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/dcp_examiner.cc b/src/lib/dcp_examiner.cc index a5180822a..b749c9686 100644 --- a/src/lib/dcp_examiner.cc +++ b/src/lib/dcp_examiner.cc @@ -122,6 +122,10 @@ DCPExaminer::DCPExaminer(shared_ptr<const DCPContent> content, bool tolerant) _cpl = selected_cpl->id(); _name = selected_cpl->content_title_text(); _content_kind = selected_cpl->content_kind(); + _chain = selected_cpl->chain(); + _distributor = selected_cpl->distributor(); + _facility = selected_cpl->facility(); + _luminance = selected_cpl->luminance(); LOG_GENERAL("Selected CPL {}", _cpl); |
