Basic grunt-work, untested and unfinished, but it compiles.
[dcpomatic.git] / src / lib / dcp_decoder.h
index b1b26056ba6073badf2ae48982b7332ed13132d6..84deab10143f741a7dd4029dc0ee94e6e1586801 100644 (file)
@@ -47,17 +47,15 @@ public:
 
        void set_decode_referenced ();
 
+       void pass ();
+       void seek (ContentTime t, bool accurate);
+
 private:
        friend struct dcp_subtitle_within_dcp_test;
 
-       bool pass (PassReason, bool accurate);
-       void seek (ContentTime t, bool accurate);
        void next_reel ();
        void get_readers ();
 
-       std::list<ContentTimePeriod> image_subtitles_during (ContentTimePeriod, bool starting) const;
-       std::list<ContentTimePeriod> text_subtitles_during (ContentTimePeriod, bool starting) const;
-
        /** Time of next thing to return from pass relative to the start of _reel */
        ContentTime _next;
        std::list<boost::shared_ptr<dcp::Reel> > _reels;