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/string_text_file_decoder.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/string_text_file_decoder.h') diff --git a/src/lib/string_text_file_decoder.h b/src/lib/string_text_file_decoder.h index 8cdf8cd9e..f30e1b762 100644 --- a/src/lib/string_text_file_decoder.h +++ b/src/lib/string_text_file_decoder.h @@ -29,10 +29,10 @@ 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 (ContentTime time, bool accurate); + bool pass (); private: ContentTimePeriod content_time_period (sub::Subtitle s) const; -- cgit v1.2.3