White space.
[dcpomatic.git] / src / lib / video_mxf_content.h
index ab5375c6bc471c7be4925cdfd3e5afffed5651f5..1fa428704d620084eaa0645aa118d8fed389bc74 100644 (file)
@@ -34,10 +34,9 @@ public:
        std::string summary () const;
        std::string technical_summary () const;
        std::string identifier () const;
-       void as_xml (xmlpp::Node* node) const;
+       void as_xml (xmlpp::Node* node, bool with_paths) const;
        DCPTime full_length () const;
        void add_properties (std::list<UserProperty>& p) const;
-       void set_default_colour_conversion ();
 
        static bool valid_mxf (boost::filesystem::path path);
 };