Untested; allow viewing of subtitles or closed captions in the preview.
[dcpomatic.git] / src / lib / ffmpeg_encoder.cc
index cc259149859c171b0e8f8feecc29155efe1ea7e4..10d439f94f05b0f2954c39ef0799b98cf28e3454 100644 (file)
@@ -72,7 +72,7 @@ FFmpegEncoder::FFmpegEncoder (shared_ptr<const Film> film, weak_ptr<Job> job, bo
                break;
        }
 
-       _player->set_always_burn_subtitles (true);
+       _player->set_always_burn_captions (CAPTION_OPEN);
        _player->set_play_referenced ();
 
        int const ch = film->audio_channels ();