X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fdcp_subtitle_content.cc;h=8b09b6fee1628671403895879868f1fe150c582f;hp=3f13f34e2b7afcdf2b991ee3dbf27109d12fb47e;hb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;hpb=f07d5125a7b609320682689abe40781f096ca25e diff --git a/src/lib/dcp_subtitle_content.cc b/src/lib/dcp_subtitle_content.cc index 3f13f34e2..8b09b6fee 100644 --- a/src/lib/dcp_subtitle_content.cc +++ b/src/lib/dcp_subtitle_content.cc @@ -36,7 +36,7 @@ DCPSubtitleContent::DCPSubtitleContent (shared_ptr film, boost::file : Content (film, path) , SubtitleContent (film, path) { - + } DCPSubtitleContent::DCPSubtitleContent (shared_ptr film, cxml::ConstNodePtr node, int version) @@ -56,7 +56,7 @@ DCPSubtitleContent::examine (shared_ptr job) /* Default to turning these subtitles on */ set_use_subtitles (true); - + boost::mutex::scoped_lock lm (_mutex); shared_ptr iop = dynamic_pointer_cast (sc); @@ -95,7 +95,7 @@ DCPSubtitleContent::technical_summary () const { return Content::technical_summary() + " - " + _("DCP XML subtitles"); } - + void DCPSubtitleContent::as_xml (xmlpp::Node* node) const {