summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_encoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-22 21:29:40 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-22 21:29:40 +0100
commitdffc146e5387a0b3f7a671d845d6c3051b0e7067 (patch)
treed92d003263699c7039fa685e5c09b5e3b3655f64 /src/lib/ffmpeg_encoder.cc
parentdea824f6ff41384a5e17e23de5434cf84eccff29 (diff)
On reflection showing CCAPs over the main picture doesn't make much sense.
Diffstat (limited to 'src/lib/ffmpeg_encoder.cc')
-rw-r--r--src/lib/ffmpeg_encoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_encoder.cc b/src/lib/ffmpeg_encoder.cc
index 10d439f94..29334e8ed 100644
--- a/src/lib/ffmpeg_encoder.cc
+++ b/src/lib/ffmpeg_encoder.cc
@@ -72,7 +72,7 @@ FFmpegEncoder::FFmpegEncoder (shared_ptr<const Film> film, weak_ptr<Job> job, bo
break;
}
- _player->set_always_burn_captions (CAPTION_OPEN);
+ _player->set_always_burn_open_captions ();
_player->set_play_referenced ();
int const ch = film->audio_channels ();