diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-18 22:27:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-18 22:27:25 +0100 |
| commit | dcb13523ff587859bd6ce4a61d778b55701fab51 (patch) | |
| tree | 03bbf0966c987f486a58ec6ca7f963ba68f92ab6 /src | |
| parent | b89cc774a89867caa97db4b082655569c7d69432 (diff) | |
Fix connection to player.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/film_viewer.cc | 2 |
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 (); |
