Don't go into an infinite loop when recovering from a previous run in which the even...
[dcpomatic.git] / src / lib / sndfile_decoder.cc
index 7986e3c73da14886de117373d1a296c2860cda6c..ac01e0da87c99bf23fbc23da0b7ad4fc4a5eb4f9 100644 (file)
@@ -48,7 +48,7 @@ SndfileDecoder::~SndfileDecoder ()
 }
 
 bool
-SndfileDecoder::pass (PassReason)
+SndfileDecoder::pass (PassReason, bool)
 {
        if (_remaining == 0) {
                return true;