Revert "Avoid decoding other packets when looking for subs."
[dcpomatic.git] / src / lib / dcp_decoder.h
index 15220810d0f63b5e9c871121084d110d7579f1ba..6fdbd946af348dcd2f99a7d8306e5c8e6dabeff4 100644 (file)
@@ -37,6 +37,10 @@ class DCPDecoder : public VideoDecoder, public AudioDecoder, public SubtitleDeco
 public:
        DCPDecoder (boost::shared_ptr<const DCPContent>, bool fast);
 
+       std::list<boost::shared_ptr<dcp::Reel> > reels () const {
+               return _reels;
+       }
+
 private:
        friend struct dcp_subtitle_within_dcp_test;