X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftext_subtitle_decoder.h;h=72bb89b77e57a89c8da71ecb449f663c0edb89d6;hb=9d904847726295852b78b0029939d0f848793d06;hp=01338683f46033e416676825d36f25c90d81d852;hpb=de2af791bdfdcd653752cba970e59efc7bf810c7;p=dcpomatic.git diff --git a/src/lib/text_subtitle_decoder.h b/src/lib/text_subtitle_decoder.h index 01338683f..72bb89b77 100644 --- a/src/lib/text_subtitle_decoder.h +++ b/src/lib/text_subtitle_decoder.h @@ -32,7 +32,7 @@ public: TextSubtitleDecoder (boost::shared_ptr, boost::shared_ptr log); void seek (ContentTime time, bool accurate); - void pass (); + bool pass (); private: ContentTimePeriod content_time_period (sub::Subtitle s) const;