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/text_subtitle_decoder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/text_subtitle_decoder.cc') diff --git a/src/lib/text_subtitle_decoder.cc b/src/lib/text_subtitle_decoder.cc index c94a002f5..36e44cc99 100644 --- a/src/lib/text_subtitle_decoder.cc +++ b/src/lib/text_subtitle_decoder.cc @@ -33,7 +33,7 @@ using boost::optional; using boost::dynamic_pointer_cast; TextSubtitleDecoder::TextSubtitleDecoder (shared_ptr content) - : SubtitleDecoder (content) + : SubtitleDecoder (content->subtitle) , TextSubtitle (content) , _next (0) { -- cgit v1.2.3