From 8c6e4c8e4f37450f44cb4ca9918406a6f2cc6055 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 10 Jul 2014 16:15:13 +0100 Subject: Various fixes for DCP subtitles, and a test or two. --- src/lib/dcp_subtitle_decoder.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/dcp_subtitle_decoder.cc') 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; } -- cgit v1.2.3