X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_subtitle_decoder.h;h=e5533927b4b77f9e485ff56efcd498f8f0dc8976;hb=a1a96da90403c0a16a9d9dcde9fd8b66da2daffe;hp=7e832241e82fa211e2572091c6ca2ef52fd9e1f2;hpb=254b3044d72de6b033d7c584f5abd2b9aa70aad5;p=dcpomatic.git diff --git a/src/lib/dcp_subtitle_decoder.h b/src/lib/dcp_subtitle_decoder.h index 7e832241e..e5533927b 100644 --- a/src/lib/dcp_subtitle_decoder.h +++ b/src/lib/dcp_subtitle_decoder.h @@ -26,10 +26,10 @@ class DCPSubtitleContent; class DCPSubtitleDecoder : public DCPSubtitle, public Decoder { public: - DCPSubtitleDecoder (boost::shared_ptr); + DCPSubtitleDecoder (boost::shared_ptr film, boost::shared_ptr); - bool pass (boost::shared_ptr film); - void seek (boost::shared_ptr film, ContentTime time, bool accurate); + bool pass (); + void seek (ContentTime time, bool accurate); private: ContentTimePeriod content_time_period (boost::shared_ptr s) const;