Various work on audio mapping.
[dcpomatic.git] / src / lib / dcp_subtitle_decoder.cc
index 236e999969e243e9ac5eae4f062348d050d78111..93a122590749b848d3eea519177c5f8bd61ce56a 100644 (file)
@@ -46,7 +46,7 @@ DCPSubtitleDecoder::seek (ContentTime time, bool accurate)
 }
 
 bool
-DCPSubtitleDecoder::pass ()
+DCPSubtitleDecoder::pass (PassReason)
 {
        if (_next == _subtitles.end ()) {
                return true;