fixup! WIP: allow Piece to take multiple content/decoder.
[dcpomatic.git] / src / lib / dcp_subtitle_decoder.cc
index 024d62f3424f3138f2f84f190e5f99119d4a8984..23938f30476f10fc279b0e108a5bcc1ca881b528 100644 (file)
@@ -80,7 +80,7 @@ DCPSubtitleDecoder::seek (ContentTime time, bool accurate)
 
 
 bool
-DCPSubtitleDecoder::pass ()
+DCPSubtitleDecoder::do_pass ()
 {
        if (_next == _subtitles.end ()) {
                return true;