Include video_frame_rate in TextContent identifier so that if (for
[dcpomatic.git] / src / lib / string_text_file_content.h
index 4932f2a72dbc5feaa52a9ab54d21a18877cb591a..83323172d3efb447227153647a008d6fca5c75c0 100644 (file)
@@ -44,6 +44,8 @@ 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;
+       std::string identifier () const;
 
 private:
        ContentTime _length;