Reinstate subtitle list view.
[dcpomatic.git] / src / lib / ffmpeg_decoder.h
index 82472c1648a7e1739fe2f6ff32f9e03d79ef17c2..65e4cf46afc6ff6ba9ea87a7dcdcc3264acc808a 100644 (file)
@@ -46,7 +46,7 @@ class FFmpegDecoder : public FFmpeg, public Decoder
 public:
        FFmpegDecoder (boost::shared_ptr<const FFmpegContent>, boost::shared_ptr<Log>);
 
-       void pass ();
+       bool pass ();
        void seek (ContentTime time, bool);
 
 private: