X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_subtitle_decoder.h;h=359d191457379f8713ed9ee78035c3ac0a6b0a42;hb=1a0aeb9b5639f31dc50e4a2c72c4dc33899a7d4a;hp=076dc3f3bb9bd9af3dd28838140c786b6f5543b6;hpb=de2af791bdfdcd653752cba970e59efc7bf810c7;p=dcpomatic.git diff --git a/src/lib/dcp_subtitle_decoder.h b/src/lib/dcp_subtitle_decoder.h index 076dc3f3b..359d19145 100644 --- a/src/lib/dcp_subtitle_decoder.h +++ b/src/lib/dcp_subtitle_decoder.h @@ -28,7 +28,7 @@ class DCPSubtitleDecoder : public DCPSubtitle, public Decoder public: DCPSubtitleDecoder (boost::shared_ptr, boost::shared_ptr log); - void pass (); + bool pass (); void seek (ContentTime time, bool accurate); private: