diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-22 21:29:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-22 21:29:40 +0100 |
| commit | dffc146e5387a0b3f7a671d845d6c3051b0e7067 (patch) | |
| tree | d92d003263699c7039fa685e5c09b5e3b3655f64 /src/lib/ffmpeg_encoder.cc | |
| parent | dea824f6ff41384a5e17e23de5434cf84eccff29 (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.cc | 2 |
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 (); |
