X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_subtitle_decoder.cc;h=20a9f32fee031ddd99fc03f19ab1d5182614e6f7;hb=985a83ffbf251db481150221914ef74fbfe549b2;hp=c1f0ab500bd54962a8780133181e04426462c0d2;hpb=bde76c3341775bd02da59932d285e14eade64ae0;p=dcpomatic.git diff --git a/src/lib/dcp_subtitle_decoder.cc b/src/lib/dcp_subtitle_decoder.cc index c1f0ab500..20a9f32fe 100644 --- a/src/lib/dcp_subtitle_decoder.cc +++ b/src/lib/dcp_subtitle_decoder.cc @@ -22,6 +22,7 @@ #include "dcp_subtitle_content.h" using std::list; +using std::cout; using boost::shared_ptr; DCPSubtitleDecoder::DCPSubtitleDecoder (shared_ptr content) @@ -55,7 +56,7 @@ DCPSubtitleDecoder::pass () s.push_back (*_next); text_subtitle (s); ++_next; - + return false; }