diff options
Diffstat (limited to 'src/lib/dcp_decoder.h')
| -rw-r--r-- | src/lib/dcp_decoder.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/lib/dcp_decoder.h b/src/lib/dcp_decoder.h index b1b26056b..84deab101 100644 --- a/src/lib/dcp_decoder.h +++ b/src/lib/dcp_decoder.h @@ -47,17 +47,15 @@ public: void set_decode_referenced (); + void 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; |
