Tweak label.
[dcpomatic.git] / src / lib / dcp_decoder.h
index 0db707160b88e6a9a736136e5b4f983fd5086771..32d334ec1530e45551f45639ddf63f25d30c0202 100644 (file)
@@ -50,6 +50,7 @@ private:
        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;