Basics of noting subtitle times in FFmpegSubtitleStreams.
[dcpomatic.git] / src / lib / subrip_content.h
index 5688f81d5fe44639450e3d8d8a57d4acb9f4a9b3..91de08350e0c97f3c9c455c41d793efdf7c64780 100644 (file)
@@ -37,6 +37,8 @@ public:
        DCPTime full_length () const;
        std::string identifier () const;
 
+       bool has_subtitle_during (ContentTimePeriod) const;
+
 private:
        DCPTime _length;
 };