X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Ftext_decoder.h;h=a82f43f51af2e3a1ddd8bf1178366241cae51add;hb=refs%2Ftags%2Fv2.13.95;hp=d8a64157e9f7f96ea48456312a6818ce34cff8f0;hpb=7962e6cfd5fbd97e1e44aebe3fc190c62da027e9;p=dcpomatic.git diff --git a/src/lib/text_decoder.h b/src/lib/text_decoder.h index d8a64157e..a82f43f51 100644 --- a/src/lib/text_decoder.h +++ b/src/lib/text_decoder.h @@ -41,15 +41,15 @@ public: TextDecoder ( Decoder* parent, boost::shared_ptr, - boost::shared_ptr log, ContentTime first ); - ContentTime position () const { + ContentTime position (boost::shared_ptr) const { return _position; } void emit_bitmap_start (ContentTime from, boost::shared_ptr image, dcpomatic::Rect rect); + void emit_bitmap (ContentTimePeriod period, boost::shared_ptr image, dcpomatic::Rect rect); void emit_plain_start (ContentTime from, std::list s); void emit_plain_start (ContentTime from, sub::Subtitle const & subtitle); void emit_plain (ContentTimePeriod period, std::list s);