From bb0bf599e9d114246fac113442391cfd890a2836 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 24 Aug 2020 22:54:11 +0200 Subject: Add Player::set_always_trim. --- src/wx/film_viewer.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wx/film_viewer.cc') diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index d3a6c12e4..4f0548234 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -178,6 +178,7 @@ FilmViewer::set_film (shared_ptr film) _player->set_always_burn_open_subtitles (); _player->set_play_referenced (); + _player->set_always_trim (); _film->Change.connect (boost::bind (&FilmViewer::film_change, this, _1, _2)); _film->ContentChange.connect (boost::bind(&FilmViewer::content_change, this, _1, _3)); -- cgit v1.2.3