From 84012cdd64f451891febd36154b7226ea21a899b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 21 Nov 2018 02:45:30 +0000 Subject: Put Film pointer into Decoder. --- src/lib/dcp_decoder.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/lib/dcp_decoder.h') diff --git a/src/lib/dcp_decoder.h b/src/lib/dcp_decoder.h index d3c5c57ed..4068696ea 100644 --- a/src/lib/dcp_decoder.h +++ b/src/lib/dcp_decoder.h @@ -40,7 +40,7 @@ struct dcp_subtitle_within_dcp_test; class DCPDecoder : public DCP, public Decoder { public: - DCPDecoder (boost::shared_ptr, bool fast); + DCPDecoder (boost::shared_ptr film, boost::shared_ptr, bool fast); std::list > reels () const { return _reels; @@ -49,17 +49,16 @@ public: void set_decode_referenced (bool r); void set_forced_reduction (boost::optional reduction); - bool pass (boost::shared_ptr film); - void seek (boost::shared_ptr film, ContentTime t, bool accurate); + bool pass (); + void seek (ContentTime t, bool accurate); private: friend struct dcp_subtitle_within_dcp_test; void next_reel (); void get_readers (); - void pass_texts (boost::shared_ptr film, ContentTime next, dcp::Size size); + void pass_texts (ContentTime next, dcp::Size size); void pass_texts ( - boost::shared_ptr film, ContentTime next, boost::shared_ptr asset, bool reference, -- cgit v1.2.3