Extract simple_digest().
[dcpomatic.git] / src / lib / string_text_file_decoder.h
index 0c1d31deb1661f78508a6a056b2fb0218642ce33..5887f34c61f81fed1bdfaa9fc923273b4c122392 100644 (file)
@@ -29,10 +29,12 @@ class StringTextFileContent;
 class StringTextFileDecoder : public Decoder, public StringTextFile
 {
 public:
-       StringTextFileDecoder (boost::shared_ptr<const Film> film, boost::shared_ptr<const StringTextFileContent>);
+       StringTextFileDecoder (std::shared_ptr<const Film> film, std::shared_ptr<const StringTextFileContent>);
 
-       void seek (dcpomatic::ContentTime time, bool accurate);
-       bool pass ();
+       void seek (dcpomatic::ContentTime time, bool accurate) override;
+       bool pass () override;
+
+       std::vector<dcpomatic::FontData> fonts () const override;
 
 private:
        dcpomatic::ContentTimePeriod content_time_period (sub::Subtitle s) const;