Revert "Avoid decoding other packets when looking for subs."
[dcpomatic.git] / src / lib / subrip_decoder.cc
index 3c93292a166ef8208cda997893a7e54005f5fc79..32d50d86b14e62ad44b0f28015799fea1ce1514b 100644 (file)
@@ -49,7 +49,7 @@ SubRipDecoder::seek (ContentTime time, bool accurate)
 }
 
 bool
-SubRipDecoder::pass (PassReason)
+SubRipDecoder::pass ()
 {
        if (_next >= _subtitles.size ()) {
                return true;