Simple pass-through of <Ruby> tags in subtitles.
[libdcp.git] / src / subtitle_asset.h
index 42030288a38d225f4d6454c4eb4de253f9af9fd0..25758c2e6477841ba69a00c15450b24feb1cfe4a 100644 (file)
@@ -216,7 +216,13 @@ private:
        friend struct ::pull_fonts_test2;
        friend struct ::pull_fonts_test3;
 
-       void maybe_add_subtitle (std::string text, std::vector<ParseState> const & parse_state, float space_before, Standard standard);
+       void maybe_add_subtitle(
+               std::string text,
+               std::vector<ParseState> const & parse_state,
+               float space_before,
+               Standard standard,
+               std::vector<Ruby> const& rubies
+               );
 
        static void pull_fonts (std::shared_ptr<order::Part> part);
 };