From dd59755d86cdb1892bb0ba4d69af520cee4aa964 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 16 Sep 2015 00:52:50 +0100 Subject: Back-end for very basic and hacky VF support for a DCP imported as content. --- src/lib/dcp_decoder.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib/dcp_decoder.h') 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, bool fast); + std::list > reels () const { + return _reels; + } + private: friend struct dcp_subtitle_within_dcp_test; -- cgit v1.2.3