mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
CMoviePlayerGui: disable time display for REW, FF-modes
time display in combination with REW and FF is broken, needs rework
included CTimeOSD
see also: http://www.dbox2world.net/board293-cst-coolstream/board314-cst-coolstream-development/12017-einblendungen-im-movieplayer/
Origin commit data
------------------
Commit: 44d2eabede
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-08 (Wed, 08 Jan 2014)
This commit is contained in:
@@ -705,11 +705,12 @@ void CMoviePlayerGui::PlayFile(void)
|
||||
|
||||
if (!timeshift)
|
||||
callInfoViewer(/*duration, position*/);
|
||||
|
||||
#if 0 //FIXME, time display in combination with REW and FF is broken
|
||||
if (!FileTime.IsVisible()) {
|
||||
FileTime.show(position);
|
||||
time_forced = true;
|
||||
}
|
||||
#endif
|
||||
} else if (msg == CRCInput::RC_1) { // Jump Backwards 1 minute
|
||||
clearSubtitle();
|
||||
playback->SetPosition(-60 * 1000);
|
||||
|
Reference in New Issue
Block a user