Remove PassReason stuff.
[dcpomatic.git] / src / lib / subrip_decoder.h
index ca885a2efdd0d8d469330a3b0d2f3886fff9a7f0..876f763d3a5ffe1c39f1952226250eccb95db4c6 100644 (file)
@@ -35,6 +35,9 @@ protected:
        bool pass ();
 
 private:
+       std::list<ContentTimePeriod> image_subtitles_during (ContentTimePeriod, bool starting) const;
+       std::list<ContentTimePeriod> text_subtitles_during (ContentTimePeriod, bool starting) const;
+       
        size_t _next;
 };