Reset Replay Speed if switch RLV on/off on the same media file

This commit is contained in:
Joern
2015-10-19 19:23:29 +02:00
committed by Mark Liversedge
parent 496fd4a015
commit deae129f1a

View File

@@ -206,6 +206,9 @@ void VideoWindow::startPlayback()
/* set the media to playback */
libvlc_media_player_set_media (mp, m);
/* set the playback rate to the media default - since there may be a different one set from RLV */
libvlc_media_player_set_rate(mp, libvlc_media_player_get_fps(mp));
/* play the media_player */
libvlc_media_player_play (mp);