Include video_frame_rate in TextContent identifier so that if (for
[dcpomatic.git] / src / lib / string_text_file_content.h
index 936e894d8a567e663edfb1c3602b3229b56c656d..83323172d3efb447227153647a008d6fca5c75c0 100644 (file)
@@ -45,6 +45,7 @@ public:
        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;