X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fstring_text_file_decoder.h;h=c58021acbcde0c0cf8bbd926392fcd561b19a8df;hb=refs%2Ftags%2Fv2.16.14;hp=5887f34c61f81fed1bdfaa9fc923273b4c122392;hpb=b915348a8288d68e2ff114fb3dd89ad22e699969;p=dcpomatic.git diff --git a/src/lib/string_text_file_decoder.h b/src/lib/string_text_file_decoder.h index 5887f34c6..c58021acb 100644 --- a/src/lib/string_text_file_decoder.h +++ b/src/lib/string_text_file_decoder.h @@ -34,10 +34,9 @@ public: void seek (dcpomatic::ContentTime time, bool accurate) override; bool pass () override; - std::vector fonts () const override; - private: dcpomatic::ContentTimePeriod content_time_period (sub::Subtitle s) const; + void update_position(); size_t _next; };