X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fdcp_subtitle_content.cc;fp=src%2Flib%2Fdcp_subtitle_content.cc;h=779361f630c7b4a2d88a9075e8338d8ea1662cd3;hp=78e81328a22e130edf05f78c097c210e2a9c2433;hb=dea824f6ff41384a5e17e23de5434cf84eccff29;hpb=9cbe57dda759fccfa9dec8a0820114d7d8583a36 diff --git a/src/lib/dcp_subtitle_content.cc b/src/lib/dcp_subtitle_content.cc index 78e81328a..779361f63 100644 --- a/src/lib/dcp_subtitle_content.cc +++ b/src/lib/dcp_subtitle_content.cc @@ -40,7 +40,7 @@ using dcp::raw_convert; DCPSubtitleContent::DCPSubtitleContent (shared_ptr film, boost::filesystem::path path) : Content (film, path) { - caption.push_back (shared_ptr (new CaptionContent (this))); + caption.push_back (shared_ptr (new CaptionContent (this, CAPTION_OPEN))); } DCPSubtitleContent::DCPSubtitleContent (shared_ptr film, cxml::ConstNodePtr node, int version)