diff options
Diffstat (limited to 'src/lib/dcp_examiner.h')
| -rw-r--r-- | src/lib/dcp_examiner.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/dcp_examiner.h b/src/lib/dcp_examiner.h index 7e73a8b09..12cd32500 100644 --- a/src/lib/dcp_examiner.h +++ b/src/lib/dcp_examiner.h @@ -163,6 +163,10 @@ public: return *_content_kind; } + std::vector<std::string> cpls() const { + return _cpls; + } + std::string cpl() const { return _cpl; } @@ -249,6 +253,7 @@ private: boost::optional<VideoEncoding> _video_encoding; bool _three_d = false; boost::optional<dcp::ContentKind> _content_kind; + std::vector<std::string> _cpls; std::string _cpl; std::list<int64_t> _reel_lengths; std::map<dcp::Marker, dcpomatic::ContentTime> _markers; |
