mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
gui/movieplayer.cpp: for timeshift started in rewind mode,
fix vfd speed display, force play time display
Origin commit data
------------------
Commit: a763a9ab06
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-01-29 (Wed, 29 Jan 2014)
This commit is contained in:
@@ -575,6 +575,11 @@ void CMoviePlayerGui::PlayFile(void)
|
|||||||
/* playback->Start() starts paused */
|
/* playback->Start() starts paused */
|
||||||
if(timeshift == 3) {
|
if(timeshift == 3) {
|
||||||
playback->SetSpeed(-1);
|
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) {
|
} else if(!timeshift || !g_settings.timeshift_pause) {
|
||||||
playback->SetSpeed(1);
|
playback->SetSpeed(1);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user