diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-10-06 10:37:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-10-06 10:37:19 +0100 |
| commit | 0ac8235fa4addb021c0e05a9c6c19a7d22097458 (patch) | |
| tree | b270e0817120ea506d2d0864c5db32cf8441934c /src/lib/dcp_content.h | |
| parent | f71b2b1d19d4ed27c225b03dcea32271d9a00d6f (diff) | |
Add menu option to select CPL.
Diffstat (limited to 'src/lib/dcp_content.h')
| -rw-r--r-- | src/lib/dcp_content.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h index 93a207ed7..21b654c96 100644 --- a/src/lib/dcp_content.h +++ b/src/lib/dcp_content.h @@ -115,6 +115,8 @@ public: bool can_reference_subtitle (std::list<std::string> &) const; + void set_cpl (std::string id); + boost::optional<std::string> cpl () const { boost::mutex::scoped_lock lm (_mutex); return _cpl; |
