Try to move fontconfig cache delay to program startup on Windows.
[dcpomatic.git] / src / lib / video_mxf_content.h
index 6236568b1cad89837627c98ad5f68531e9173d2f..27dce1fb7db2f977b8f86aa0c82ff00cd4d6407e 100644 (file)
@@ -40,7 +40,8 @@ public:
        std::string identifier () const;
        void as_xml (xmlpp::Node* node, bool with_paths) const;
        DCPTime full_length (boost::shared_ptr<const Film> film) const;
-       void add_properties (std::list<UserProperty>& p) const;
+       DCPTime approximate_length () const;
+       void add_properties (boost::shared_ptr<const Film> film, std::list<UserProperty>& p) const;
 
        static bool valid_mxf (boost::filesystem::path path);
 };