diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-12 14:36:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-12 14:36:52 +0100 |
| commit | 75356e094480bd7f96263a967a8cf165f4a2f818 (patch) | |
| tree | a8308f40d89ca11e627de22c8af3205e88fa8ae9 /src/subtitle_asset.h | |
| parent | 6268703ea69149150a9b78381490463bc4822f92 (diff) | |
A number of SMPTE subtitle syntax fixes.
Diffstat (limited to 'src/subtitle_asset.h')
| -rw-r--r-- | src/subtitle_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h index 69bf40f8..88dc427b 100644 --- a/src/subtitle_asset.h +++ b/src/subtitle_asset.h @@ -84,7 +84,7 @@ protected: friend struct ::smpte_dcp_font_test; void parse_subtitles (boost::shared_ptr<cxml::Document> xml, std::list<boost::shared_ptr<FontNode> > font_nodes); - void subtitles_as_xml (xmlpp::Element* root, int time_code_rate, std::string xmlns) const; + void subtitles_as_xml (xmlpp::Element* root, int time_code_rate, Standard standard) const; /** All our subtitles, in no particular order */ std::list<SubtitleString> _subtitles; |
