diff options
Diffstat (limited to 'src/wx/film_viewer.cc')
| -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 e1471d94e..8f4278c48 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -184,7 +184,7 @@ FilmViewer::update_from_decoder () return; } - _player->seek (_player->position ()); + _player->seek (_player->position() - _film->video_frames_to_time (1)); get_frame (); _panel->Refresh (); _panel->Update (); |
