X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftext_decoder.h;h=a82f43f51af2e3a1ddd8bf1178366241cae51add;hb=4285355ff2bec853924647f0523d121860fe64e3;hp=d8a64157e9f7f96ea48456312a6818ce34cff8f0;hpb=ec97893127a2d59871d92c9e658b6b1ab3100b40;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);