Avoid decoding other packets when looking for subs.
[dcpomatic.git] / src / lib / dcp_subtitle_decoder.h
index fb2213fa271d2f933d981d042ce268130aaf653f..30bb896e061b3d845d901826c8024a78fb1cdef9 100644 (file)
@@ -28,7 +28,7 @@ public:
        DCPSubtitleDecoder (boost::shared_ptr<const DCPSubtitleContent>);
 
 protected:
-       bool pass ();
+       bool pass (PassReason);
        void seek (ContentTime time, bool accurate);
 
 private: