X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fffmpeg_content.h;h=91caac27cd8ab4fa785c5fb3b0c1f19fba6fb2a3;hb=58b5c57c9a4767c786a1428f243c60ff52c82c26;hp=666322669c071015bc5d9d864727adeeb72c5a07;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h index 666322669..91caac27c 100644 --- a/src/lib/ffmpeg_content.h +++ b/src/lib/ffmpeg_content.h @@ -55,9 +55,10 @@ public: } void examine (boost::shared_ptr); + void use_template (boost::shared_ptr 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;