X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Flib%2Fdcp_decoder.h;h=0db707160b88e6a9a736136e5b4f983fd5086771;hb=2e62b2c0de47fc8e5bcb5466b2876f9b23d2ae84;hp=15220810d0f63b5e9c871121084d110d7579f1ba;hpb=c0503d4121ffead6a3adb745b167191cd006b4a3;p=dcpomatic.git diff --git a/src/lib/dcp_decoder.h b/src/lib/dcp_decoder.h index 15220810d..0db707160 100644 --- a/src/lib/dcp_decoder.h +++ b/src/lib/dcp_decoder.h @@ -37,10 +37,14 @@ class DCPDecoder : public VideoDecoder, public AudioDecoder, public SubtitleDeco public: DCPDecoder (boost::shared_ptr, bool fast); + std::list > reels () const { + return _reels; + } + private: friend struct dcp_subtitle_within_dcp_test; - bool pass (); + bool pass (PassReason, bool accurate); void seek (ContentTime t, bool accurate); std::list image_subtitles_during (ContentTimePeriod, bool starting) const;