summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-18 22:27:25 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-18 22:27:25 +0100
commitdcb13523ff587859bd6ce4a61d778b55701fab51 (patch)
tree03bbf0966c987f486a58ec6ca7f963ba68f92ab6 /src
parentb89cc774a89867caa97db4b082655569c7d69432 (diff)
Fix connection to player.
Diffstat (limited to 'src')
-rw-r--r--src/wx/film_viewer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc
index ddd6c12c5..3ba7ee7ce 100644
--- a/src/wx/film_viewer.cc
+++ b/src/wx/film_viewer.cc
@@ -131,7 +131,7 @@ FilmViewer::set_film (shared_ptr<Film> f)
_player = f->make_player ();
_player->disable_audio ();
- _player->Video.connect (boost::bind (&FilmViewer::process_video, this, _1, _2, _4));
+ _player->Video.connect (boost::bind (&FilmViewer::process_video, this, _1, _2, _5));
_player->Changed.connect (boost::bind (&FilmViewer::player_changed, this, _1));
calculate_sizes ();