From 5f2a57d1c21c3e8067dfd1f68505b1bf96e1d7c7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 20 Dec 2014 22:29:21 +0000 Subject: Basic pass-through of font information when using DCP subtitles. --- src/lib/subrip_decoder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/subrip_decoder.cc') diff --git a/src/lib/subrip_decoder.cc b/src/lib/subrip_decoder.cc index e13b11063..ea8997e31 100644 --- a/src/lib/subrip_decoder.cc +++ b/src/lib/subrip_decoder.cc @@ -60,7 +60,7 @@ SubRipDecoder::pass () for (list::const_iterator j = i->blocks.begin(); j != i->blocks.end(); ++j) { out.push_back ( dcp::SubtitleString ( - optional (), + SubRipContent::font_id, j->italic, dcp::Color (255, 255, 255), /* .srt files don't specify size, so this is an arbitrary value */ -- cgit v1.2.3