Hand-apply 6a3cd511559433554ab40ed72ff94b7d8dc2c5bd from master;
[dcpomatic.git] / src / lib / subrip_content.h
index 5688f81d5fe44639450e3d8d8a57d4acb9f4a9b3..243032691b76b0179205f5614098e51cc8e25bb7 100644 (file)
@@ -29,13 +29,18 @@ public:
                return boost::dynamic_pointer_cast<SubRipContent> (Content::shared_from_this ());
        }
        
-       void examine (boost::shared_ptr<Job>);
+       /* Content */
+       void examine (boost::shared_ptr<Job>, bool calculate_digest);
        std::string summary () const;
        std::string technical_summary () const;
        std::string information () const;
        void as_xml (xmlpp::Node *) const;
        DCPTime full_length () const;
-       std::string identifier () const;
+
+       /* SubtitleContent */
+       bool has_subtitles () const {
+               return true;
+       }
 
 private:
        DCPTime _length;