From 89ee4cc6019036fa4fc0a6e07e052ffdc3b136ac Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 25 Jun 2015 11:58:12 +0100 Subject: Make player decide whether subtitles should be burnt based on content settings rather than using the film's settings. Remove film property of burn-subtitles. --- src/lib/encoder.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/encoder.cc') diff --git a/src/lib/encoder.cc b/src/lib/encoder.cc index 93e15031d..c3ad08441 100644 --- a/src/lib/encoder.cc +++ b/src/lib/encoder.cc @@ -236,7 +236,6 @@ Encoder::enqueue (shared_ptr pv) _film->video_frame_rate(), _film->j2k_bandwidth(), _film->resolution(), - _film->burn_subtitles(), _film->log() ) )); -- cgit v1.2.3