Remove required Film from content examine.
[dcpomatic.git] / src / lib / dcp_subtitle_content.h
index 5eaad0d2fc677efc04b7a7896695d11997284155..f5f375eee3570673d62ba97128829e6a1e802512 100644 (file)
@@ -32,6 +32,7 @@ public:
        std::string technical_summary () const;
        void as_xml (xmlpp::Node *, bool with_paths) const;
        DCPTime full_length (boost::shared_ptr<const Film> film) const;
+       DCPTime approximate_length () const;
 
 private:
        ContentTime _length;