Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / lib / subrip_decoder.h
index ad9d04e4003029f6a9b99b62714b4fbdd0a13a6f..db8374c5c86fac05cbac154ca31329618caea02c 100644 (file)
@@ -35,8 +35,10 @@ protected:
        bool pass ();
 
 private:
-       std::list<ContentTimePeriod> subtitles_during (ContentTimePeriod, bool starting) const;
-       
+       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;
 };