Simple pass-through of <Ruby> tags in subtitles.
[libdcp.git] / test / verify_test.cc
index 2de443e3a92a719112ca75a71db80280f862beda..a1a2d280245e5267190655994d5595220831a53a 100644 (file)
@@ -1335,7 +1335,8 @@ add_test_subtitle (shared_ptr<dcp::SubtitleAsset> asset, int start_frame, int en
                        dcp::Colour(),
                        dcp::Time(),
                        dcp::Time(),
-                       0
+                       0,
+                       std::vector<dcp::Ruby>()
                )
        );
 }