Reinstate subtitle speed-up patch 526fd6de4c80a7ac9614a1cb0209efff7b171cd5 but only...
[dcpomatic.git] / src / lib / sndfile_decoder.cc
index 49633dd1fad2e503b345bf078fa4c56e454b52c1..ac01e0da87c99bf23fbc23da0b7ad4fc4a5eb4f9 100644 (file)
@@ -48,7 +48,7 @@ SndfileDecoder::~SndfileDecoder ()
 }
 
 bool
-SndfileDecoder::pass ()
+SndfileDecoder::pass (PassReason, bool)
 {
        if (_remaining == 0) {
                return true;