Fix merging of audio in various circumstances.
[dcpomatic.git] / src / lib / dcp_decoder.h
index b1b26056ba6073badf2ae48982b7332ed13132d6..71687ad15df1e3eabe711466f7d27cc21f78e776 100644 (file)
@@ -47,17 +47,15 @@ public:
 
        void set_decode_referenced ();
 
+       bool 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;