summaryrefslogtreecommitdiff
path: root/src/lib/reel_writer.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-11-15 23:07:42 +0100
committerCarl Hetherington <cth@carlh.net>2023-11-17 00:15:18 +0100
commit7a877ff976b119a39797c1f6e8477b92dfbb30ca (patch)
treee1fbc87cbc5153a78cc97c9c759b591c7f208e75 /src/lib/reel_writer.cc
parentbae268cb8505bcc5bf4048cfd448168ad9bb0992 (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.cc3
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>()
)
);