From 0ac8235fa4addb021c0e05a9c6c19a7d22097458 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 6 Oct 2016 10:37:19 +0100 Subject: Add menu option to select CPL. --- src/lib/dcp_content.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/dcp_content.h') 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 &) const; + void set_cpl (std::string id); + boost::optional cpl () const { boost::mutex::scoped_lock lm (_mutex); return _cpl; -- cgit v1.2.3