Add menu option to select CPL.
[dcpomatic.git] / src / lib / dcp_content.h
index 93a207ed782057f7ce5af9b3fa8ef77a3bef9728..21b654c96040d756ad37888f427ca49ccc1f91bd 100644 (file)
@@ -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;