summaryrefslogtreecommitdiff
path: root/src/lib/dcp_subtitle_content.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/dcp_subtitle_content.cc')
-rw-r--r--src/lib/dcp_subtitle_content.cc3
1 files changed, 3 insertions, 0 deletions
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> job)
Content::examine (job);
shared_ptr<dcp::SubtitleAsset> sc = load (path (0));
+
+ /* Default to turning these subtitles on */
+ set_use_subtitles (true);
boost::mutex::scoped_lock lm (_mutex);