X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_content.h;h=11096037c19eb651246b19ff91045b142a2308b7;hb=1a693725f9a8cc6ba58f65b2f1ef03255d295f23;hp=f3a8236a2d4c0c77194640d4ec463c67a9bb2bc1;hpb=b8ab7864ea798d633c4dbfa6be69c58a227d9ca2;p=dcpomatic.git diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h index f3a8236a2..11096037c 100644 --- a/src/lib/dcp_content.h +++ b/src/lib/dcp_content.h @@ -62,8 +62,9 @@ public: void examine (boost::shared_ptr); std::string summary () const; std::string technical_summary () const; - void as_xml (xmlpp::Node *) const; + void as_xml (xmlpp::Node *, bool with_paths) const; std::string identifier () const; + void use_template (boost::shared_ptr c); void set_default_colour_conversion (); std::list reel_split_points () const;