diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-11-15 23:07:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-11-17 00:15:18 +0100 |
| commit | 7a877ff976b119a39797c1f6e8477b92dfbb30ca (patch) | |
| tree | e1fbc87cbc5153a78cc97c9c759b591c7f208e75 /src/lib/text_decoder.cc | |
| parent | bae268cb8505bcc5bf4048cfd448168ad9bb0992 (diff) | |
Pass through <Ruby> tags in subtitles (#2635) (GH#23).
Diffstat (limited to 'src/lib/text_decoder.cc')
| -rw-r--r-- | src/lib/text_decoder.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/text_decoder.cc b/src/lib/text_decoder.cc index aca6946b7..75fa33605 100644 --- a/src/lib/text_decoder.cc +++ b/src/lib/text_decoder.cc @@ -301,7 +301,8 @@ TextDecoder::emit_plain_start (ContentTime from, sub::Subtitle const & sub_subti */ dcp::Time (), dcp::Time (), - 0 + 0, + std::vector<dcp::Ruby>() ); auto font = content()->get_font(block.font.get_value_or("")); |
