Avoid decoding other packets when looking for subs.
[dcpomatic.git] / src / lib / subrip_decoder.h
index db8374c5c86fac05cbac154ca31329618caea02c..b899b5dd8cd53138e735016bcfa06a282d7d64ff 100644 (file)
@@ -32,7 +32,7 @@ public:
 
 protected:
        void seek (ContentTime time, bool accurate);
-       bool pass ();
+       bool pass (PassReason);
 
 private:
        std::list<ContentTimePeriod> image_subtitles_during (ContentTimePeriod, bool starting) const;