diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-05 01:30:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-05 01:30:20 +0100 |
| commit | c15274495f5a4dc9806b01d4abefee698044ae49 (patch) | |
| tree | ee4c770350b3bf441a972d72b799fdc44954835c /src/lib/ffmpeg_decoder.cc | |
| parent | e1824c96a4210e040e4f53651bb035096ad94783 (diff) | |
Support bold in DCP subtitles.
Diffstat (limited to 'src/lib/ffmpeg_decoder.cc')
| -rw-r--r-- | src/lib/ffmpeg_decoder.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc index 8f97cb2c1..bfc3b6132 100644 --- a/src/lib/ffmpeg_decoder.cc +++ b/src/lib/ffmpeg_decoder.cc @@ -584,6 +584,7 @@ FFmpegDecoder::decode_ass_subtitle (string ass, ContentTimePeriod period) dcp::SubtitleString ( boost::optional<string> (), k.italic, + k.bold, dcp::Colour (255, 255, 255), /* 48pt is 1/22nd of the screen height */ 48, |
