mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +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/
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