Basic template support (#485).
[dcpomatic.git] / src / lib / video_content.h
index d5ba38022b883e16facf06094681994e1b6324e6..623a1858bc48c6031b602c05bdb27f5814de8eb0 100644 (file)
@@ -57,6 +57,7 @@ public:
        void as_xml (xmlpp::Node *) const;
        std::string technical_summary () const;
        std::string identifier () const;
+       void use_template (boost::shared_ptr<const VideoContent> c);
 
        Frame length () const {
                boost::mutex::scoped_lock lm (_mutex);