summaryrefslogtreecommitdiff
path: root/src/lib/encoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-01 17:03:16 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-01 17:03:16 +0100
commit096660d2cc3e65ae5e13a69e7ace19ff0d48b39a (patch)
treefa1c32fd182c7cd19ab5565cdd411445d06dbe8d /src/lib/encoder.cc
parent7632d0d3da495443b80334363399172e54ebfd7c (diff)
Only burn subtitles if it is turned on.
Diffstat (limited to 'src/lib/encoder.cc')
-rw-r--r--src/lib/encoder.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/encoder.cc b/src/lib/encoder.cc
index 2b1f1d9b3..591523570 100644
--- a/src/lib/encoder.cc
+++ b/src/lib/encoder.cc
@@ -220,6 +220,7 @@ Encoder::process_video (shared_ptr<PlayerVideo> pvf)
_film->video_frame_rate(),
_film->j2k_bandwidth(),
_film->resolution(),
+ _film->burn_subtitles(),
_film->log()
)
));