X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_decoder.h;h=32d334ec1530e45551f45639ddf63f25d30c0202;hb=b048889b399367bf0fc8b905c7c0cf436d629f57;hp=8ec80c2aff5f0651bd8ca41d8b93989e1a18dd4a;hpb=9e025d3f85f9d6d855b3d5e6c90bca0eac3a3d49;p=dcpomatic.git diff --git a/src/lib/dcp_decoder.h b/src/lib/dcp_decoder.h index 8ec80c2af..32d334ec1 100644 --- a/src/lib/dcp_decoder.h +++ b/src/lib/dcp_decoder.h @@ -44,12 +44,13 @@ public: private: friend struct dcp_subtitle_within_dcp_test; - bool pass (PassReason); + bool pass (PassReason, bool accurate); void seek (ContentTime t, bool accurate); std::list image_subtitles_during (ContentTimePeriod, bool starting) const; std::list 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 > _reels; std::list >::iterator _reel;