summaryrefslogtreecommitdiff
path: root/src/lib/dcp_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-10-06 10:37:19 +0100
committerCarl Hetherington <cth@carlh.net>2016-10-06 10:37:19 +0100
commit0ac8235fa4addb021c0e05a9c6c19a7d22097458 (patch)
treeb270e0817120ea506d2d0864c5db32cf8441934c /src/lib/dcp_content.h
parentf71b2b1d19d4ed27c225b03dcea32271d9a00d6f (diff)
Add menu option to select CPL.
Diffstat (limited to 'src/lib/dcp_content.h')
-rw-r--r--src/lib/dcp_content.h2
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;