Reinstate subtitle speed-up patch 526fd6de4c80a7ac9614a1cb0209efff7b171cd5 but only...
[dcpomatic.git] / src / lib / dcp_subtitle_decoder.h
index fb2213fa271d2f933d981d042ce268130aaf653f..1f53776228fcb7513fb0012f4f4c88c39d3c2843 100644 (file)
@@ -28,7 +28,7 @@ public:
        DCPSubtitleDecoder (boost::shared_ptr<const DCPSubtitleContent>);
 
 protected:
-       bool pass ();
+       bool pass (PassReason, bool accurate);
        void seek (ContentTime time, bool accurate);
 
 private: