Recover information about closed caption tracks when loading DCPs
[dcpomatic.git] / src / wx / film_viewer.cc
index 026e9d66f4920de0abf57468d8c24348b07b903d..f68b213091e7d26ab8f527552ba2081892bd09ef 100644 (file)
@@ -161,6 +161,8 @@ FilmViewer::set_film (shared_ptr<Film> film)
        /* Keep about 1 second's worth of history samples */
        _latency_history_count = _film->audio_frame_rate() / _audio_block_size;
 
+       _closed_captions_dialog->update_tracks (_film);
+
        recreate_butler ();
 
        calculate_sizes ();