gui/movieplayer.cpp: for timeshift started in rewind mode,

fix vfd speed display, force play time display


Origin commit data
------------------
Branch: ni/coolstream
Commit: a763a9ab06
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-01-29 (Wed, 29 Jan 2014)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-01-29 17:21:28 +04:00
parent 4ce2a6bc45
commit 11dc214268

View File

@@ -575,6 +575,11 @@ void CMoviePlayerGui::PlayFile(void)
/* playback->Start() starts paused */
if(timeshift == 3) {
playback->SetSpeed(-1);
playstate = CMoviePlayerGui::REW;
if (!FileTime.IsVisible() && !time_forced) {
FileTime.switchMode(position, duration);
time_forced = true;
}
} else if(!timeshift || !g_settings.timeshift_pause) {
playback->SetSpeed(1);
}