X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fstring_text_file_decoder.h;h=0c1d31deb1661f78508a6a056b2fb0218642ce33;hb=4230f0381715f8f6f9e85374ea0e74fb3104a18d;hp=8cdf8cd9eb4eeff770630d203ff91614c88129a9;hpb=254b3044d72de6b033d7c584f5abd2b9aa70aad5;p=dcpomatic.git diff --git a/src/lib/string_text_file_decoder.h b/src/lib/string_text_file_decoder.h index 8cdf8cd9e..0c1d31deb 100644 --- a/src/lib/string_text_file_decoder.h +++ b/src/lib/string_text_file_decoder.h @@ -29,13 +29,13 @@ class StringTextFileContent; class StringTextFileDecoder : public Decoder, public StringTextFile { public: - StringTextFileDecoder (boost::shared_ptr); + StringTextFileDecoder (boost::shared_ptr film, boost::shared_ptr); - void seek (boost::shared_ptr film, ContentTime time, bool accurate); - bool pass (boost::shared_ptr film); + void seek (dcpomatic::ContentTime time, bool accurate); + bool pass (); private: - ContentTimePeriod content_time_period (sub::Subtitle s) const; + dcpomatic::ContentTimePeriod content_time_period (sub::Subtitle s) const; size_t _next; };