From 334b94526f2c1271718a94fe97cfa843cf6ef7a1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 13 Apr 2016 14:46:01 +0100 Subject: Basics of subtitle split. --- src/lib/dcp_subtitle_decoder.cc | 2 +- 1 file changed, 1 insertion(+), 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 1bcc7fcf1..964ee6f20 100644 --- a/src/lib/dcp_subtitle_decoder.cc +++ b/src/lib/dcp_subtitle_decoder.cc @@ -27,7 +27,7 @@ using std::cout; using boost::shared_ptr; DCPSubtitleDecoder::DCPSubtitleDecoder (shared_ptr content) - : SubtitleDecoder (content) + : SubtitleDecoder (content->subtitle) { shared_ptr c (load (content->path (0))); _subtitles = c->subtitles (); -- cgit v1.2.3