Basic template support (#485).
[dcpomatic.git] / src / lib / ffmpeg_content.h
index 666322669c071015bc5d9d864727adeeb72c5a07..91caac27cd8ab4fa785c5fb3b0c1f19fba6fb2a3 100644 (file)
@@ -55,9 +55,10 @@ public:
        }
 
        void examine (boost::shared_ptr<Job>);
+       void use_template (boost::shared_ptr<const Content> c);
        std::string summary () const;
        std::string technical_summary () const;
-       void as_xml (xmlpp::Node *) const;
+       void as_xml (xmlpp::Node *, bool with_paths) const;
        DCPTime full_length () const;
 
        std::string identifier () const;