Make terminate_threads() less likely to leave _threads containing invalid pointers.
[dcpomatic.git] / src / lib / atmos_mxf_content.h
index 854824c67d82d76ca63d6d6da802fadb6291ddef..05f36c21c40683c191012a67d5c6d2c99189ba63 100644 (file)
@@ -38,6 +38,7 @@ public:
        std::string summary () const;
        void as_xml (xmlpp::Node* node, bool with_path) const;
        DCPTime full_length (boost::shared_ptr<const Film> film) const;
+       DCPTime approximate_length () const;
 
        static bool valid_mxf (boost::filesystem::path path);