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/reel_writer.cc | |
| parent | bae268cb8505bcc5bf4048cfd448168ad9bb0992 (diff) | |
Pass through <Ruby> tags in subtitles (#2635) (GH#23).
Diffstat (limited to 'src/lib/reel_writer.cc')
| -rw-r--r-- | src/lib/reel_writer.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/reel_writer.cc b/src/lib/reel_writer.cc index 78e504697..ca4a2dbb1 100644 --- a/src/lib/reel_writer.cc +++ b/src/lib/reel_writer.cc @@ -873,7 +873,8 @@ ReelWriter::empty_text_asset (TextType type, optional<DCPTextTrack> track, bool dcp::Colour(), dcp::Time(), dcp::Time(), - 0 + 0, + std::vector<dcp::Ruby>() ) ); |
