X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fffmpeg_decoder.h;h=65e4cf46afc6ff6ba9ea87a7dcdcc3264acc808a;hp=82472c1648a7e1739fe2f6ff32f9e03d79ef17c2;hb=eb135e8dcdf36ae82420bcd18e954ad593b3e9a5;hpb=22b13599407e45d85d1c83e0805aa14965b0ab19 diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h index 82472c164..65e4cf46a 100644 --- a/src/lib/ffmpeg_decoder.h +++ b/src/lib/ffmpeg_decoder.h @@ -46,7 +46,7 @@ class FFmpegDecoder : public FFmpeg, public Decoder public: FFmpegDecoder (boost::shared_ptr, boost::shared_ptr); - void pass (); + bool pass (); void seek (ContentTime time, bool); private: