Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / lib / subrip_decoder.h
index ca885a2efdd0d8d469330a3b0d2f3886fff9a7f0..db8374c5c86fac05cbac154ca31329618caea02c 100644 (file)
@@ -35,6 +35,10 @@ protected:
        bool pass ();
 
 private:
+       std::list<ContentTimePeriod> image_subtitles_during (ContentTimePeriod, bool starting) const;
+       std::list<ContentTimePeriod> text_subtitles_during (ContentTimePeriod, bool starting) const;
+       ContentTimePeriod content_time_period (sub::Subtitle s) const;
+
        size_t _next;
 };