Reinstate subtitle speed-up patch 526fd6de4c80a7ac9614a1cb0209efff7b171cd5 but only...
[dcpomatic.git] / src / lib / dcp_decoder.h
index 15220810d0f63b5e9c871121084d110d7579f1ba..0db707160b88e6a9a736136e5b4f983fd5086771 100644 (file)
@@ -37,10 +37,14 @@ class DCPDecoder : public VideoDecoder, public AudioDecoder, public SubtitleDeco
 public:
        DCPDecoder (boost::shared_ptr<const DCPContent>, bool fast);
 
+       std::list<boost::shared_ptr<dcp::Reel> > reels () const {
+               return _reels;
+       }
+
 private:
        friend struct dcp_subtitle_within_dcp_test;
 
-       bool pass ();
+       bool pass (PassReason, bool accurate);
        void seek (ContentTime t, bool accurate);
 
        std::list<ContentTimePeriod> image_subtitles_during (ContentTimePeriod, bool starting) const;