No-op: remove all trailing whitespace.
[dcpomatic.git] / src / lib / dcp_decoder.h
index 8afebff57dbe0858dc1ccb20e10de74b9acc45fe..7d26139ba47ab6d62a403c066fc091aab30f1c89 100644 (file)
@@ -38,9 +38,11 @@ public:
        DCPDecoder (boost::shared_ptr<const DCPContent>);
 
 private:
-       void seek (ContentTime t, bool accurate);
        bool pass ();
-       std::list<ContentTimePeriod> subtitles_during (ContentTimePeriod, bool starting) const;
+       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;
 
        ContentTime _next;
        std::list<boost::shared_ptr<dcp::Reel> > _reels;