summaryrefslogtreecommitdiff
path: root/src/interop_subtitle_asset.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-12 14:36:52 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-12 14:36:52 +0100
commit75356e094480bd7f96263a967a8cf165f4a2f818 (patch)
treea8308f40d89ca11e627de22c8af3205e88fa8ae9 /src/interop_subtitle_asset.cc
parent6268703ea69149150a9b78381490463bc4822f92 (diff)
A number of SMPTE subtitle syntax fixes.
Diffstat (limited to 'src/interop_subtitle_asset.cc')
-rw-r--r--src/interop_subtitle_asset.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interop_subtitle_asset.cc b/src/interop_subtitle_asset.cc
index fbdd839b..c6479612 100644
--- a/src/interop_subtitle_asset.cc
+++ b/src/interop_subtitle_asset.cc
@@ -84,7 +84,7 @@ InteropSubtitleAsset::xml_as_string () const
load_font->set_attribute ("URI", (*i)->uri);
}
- subtitles_as_xml (root, 250, "");
+ subtitles_as_xml (root, 250, INTEROP);
return doc.write_to_string_formatted ("UTF-8");
}