X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fdcp_subtitle_content.cc;h=742773043a8fc931b319e9af9a8110736dfe767b;hp=c457e84740ddbfab828876875f47349f51922093;hb=5ea436422329f6526d5fb04ada95fe9f46a26558;hpb=f07623551706b849190c84059bac455088f8eb1e diff --git a/src/lib/dcp_subtitle_content.cc b/src/lib/dcp_subtitle_content.cc index c457e8474..742773043 100644 --- a/src/lib/dcp_subtitle_content.cc +++ b/src/lib/dcp_subtitle_content.cc @@ -53,6 +53,9 @@ DCPSubtitleContent::examine (shared_ptr job) Content::examine (job); shared_ptr sc = load (path (0)); + + /* Default to turning these subtitles on */ + set_use_subtitles (true); boost::mutex::scoped_lock lm (_mutex);