Clean up a bit by using Content::film() more.
[dcpomatic.git] / src / lib / dcp_decoder.h
index 6fdbd946af348dcd2f99a7d8306e5c8e6dabeff4..32d334ec1530e45551f45639ddf63f25d30c0202 100644 (file)
@@ -44,12 +44,13 @@ public:
 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;
        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;
        std::list<boost::shared_ptr<dcp::Reel> >::iterator _reel;