diff options
Diffstat (limited to 'src/lib/dcp_decoder.h')
| -rw-r--r-- | src/lib/dcp_decoder.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/dcp_decoder.h b/src/lib/dcp_decoder.h index 0fc598bd7..f31d28053 100644 --- a/src/lib/dcp_decoder.h +++ b/src/lib/dcp_decoder.h @@ -40,7 +40,12 @@ struct dcp_subtitle_within_dcp_test; class DCPDecoder : public DCP, public Decoder { public: - DCPDecoder (boost::shared_ptr<const Film> film, boost::shared_ptr<const DCPContent>, bool fast); + DCPDecoder ( + boost::shared_ptr<const Film> film, + boost::shared_ptr<const DCPContent>, + bool fast, + boost::shared_ptr<DCPDecoder> old = boost::shared_ptr<DCPDecoder>() + ); std::list<boost::shared_ptr<dcp::Reel> > reels () const { return _reels; |
