mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
gui/movieplayer.cpp: fix stalled old speed display on vfd, when timeshift rewind started
Origin commit data
------------------
Branch: ni/coolstream
Commit: 91c62d6ff0
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-01-29 (Wed, 29 Jan 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -508,6 +508,7 @@ void CMoviePlayerGui::PlayFile(void)
|
||||
|
||||
//CTimeOSD FileTime;
|
||||
position = 0, duration = 0;
|
||||
speed = 1;
|
||||
|
||||
playstate = CMoviePlayerGui::STOPPED;
|
||||
printf("Startplay at %d seconds\n", startposition/1000);
|
||||
@@ -574,6 +575,7 @@ void CMoviePlayerGui::PlayFile(void)
|
||||
|
||||
/* playback->Start() starts paused */
|
||||
if(timeshift == 3) {
|
||||
speed = -1;
|
||||
playback->SetSpeed(-1);
|
||||
playstate = CMoviePlayerGui::REW;
|
||||
if (!FileTime.IsVisible() && !time_forced) {
|
||||
|
Reference in New Issue
Block a user