Make Atmos content work more like other content. Now its MXFs
[dcpomatic.git] / src / lib / atmos_mxf_content.h
index 854824c67d82d76ca63d6d6da802fadb6291ddef..350c4a35d3b48a8f8270847a5b3df5de39f42d2a 100644 (file)
@@ -37,10 +37,8 @@ public:
        void examine (boost::shared_ptr<const Film> film, boost::shared_ptr<Job> job);
        std::string summary () const;
        void as_xml (xmlpp::Node* node, bool with_path) const;
-       DCPTime full_length (boost::shared_ptr<const Film> film) const;
+       dcpomatic::DCPTime full_length (boost::shared_ptr<const Film> film) const;
+       dcpomatic::DCPTime approximate_length () const;
 
        static bool valid_mxf (boost::filesystem::path path);
-
-private:
-       Frame _length;
 };