summaryrefslogtreecommitdiff
path: root/src/lib/dcp_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/dcp_decoder.h')
-rw-r--r--src/lib/dcp_decoder.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/dcp_decoder.h b/src/lib/dcp_decoder.h
index 15220810d..6fdbd946a 100644
--- a/src/lib/dcp_decoder.h
+++ b/src/lib/dcp_decoder.h
@@ -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;