Basic grunt-work, untested and unfinished, but it compiles.
[dcpomatic.git] / src / lib / dcp_subtitle_decoder.h
index b6e9aa63cb1d6c16b5b455d642470b934b88d989..076dc3f3bb9bd9af3dd28838140c786b6f5543b6 100644 (file)
@@ -28,13 +28,10 @@ class DCPSubtitleDecoder : public DCPSubtitle, public Decoder
 public:
        DCPSubtitleDecoder (boost::shared_ptr<const DCPSubtitleContent>, boost::shared_ptr<Log> log);
 
-protected:
-       bool pass (PassReason, bool accurate);
+       void pass ();
        void seek (ContentTime time, bool accurate);
 
 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 (dcp::SubtitleString s) const;
 
        std::list<dcp::SubtitleString> _subtitles;