Avoid decoding other packets when looking for subs.
[dcpomatic.git] / src / lib / sndfile_decoder.cc
index 49633dd1fad2e503b345bf078fa4c56e454b52c1..7986e3c73da14886de117373d1a296c2860cda6c 100644 (file)
@@ -48,7 +48,7 @@ SndfileDecoder::~SndfileDecoder ()
 }
 
 bool
-SndfileDecoder::pass ()
+SndfileDecoder::pass (PassReason)
 {
        if (_remaining == 0) {
                return true;