summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-04 23:14:46 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-05 00:25:14 +0100
commit253c72987b333a747eeaf25509eb1ec32f484467 (patch)
tree2918796879f83a74952a2fe6a9f07037d6d88be3 /src/wx
parentf227d182fa5a829fdeabf9eca8f33da5ce7f4e0d (diff)
Don't bother with audio in the film viewer.
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/film_viewer.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc
index 020d57ce3..3f4bc6514 100644
--- a/src/wx/film_viewer.cc
+++ b/src/wx/film_viewer.cc
@@ -149,6 +149,7 @@ FilmViewer::set_film (shared_ptr<Film> film)
in the preview.
*/
_player->set_always_burn_subtitles (true);
+ _player->set_ignore_audio ();
_film_connection = _film->Changed.connect (boost::bind (&FilmViewer::film_changed, this, _1));