Default to enabling DCP/SubRip subtitles after they have been added.
[dcpomatic.git] / src / lib / subrip_content.cc
index f9d184b9d965f6c6a725ec523c44da813946105b..8becbc4d03b6905d53493c6139ba83823a006462 100644 (file)
@@ -59,6 +59,9 @@ SubRipContent::examine (boost::shared_ptr<Job> job)
        
        DCPTime len (s.length (), film->active_frame_rate_change (position ()));
 
+       /* Default to turning these subtitles on */
+       set_use_subtitles (true);
+
        boost::mutex::scoped_lock lm (_mutex);
        _length = len;
        _fonts.push_back (shared_ptr<Font> (new Font (font_id)));