mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +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)
|
if (!timeshift)
|
||||||
callInfoViewer(/*duration, position*/);
|
callInfoViewer(/*duration, position*/);
|
||||||
|
#if 0 //FIXME, time display in combination with REW and FF is broken
|
||||||
if (!FileTime.IsVisible()) {
|
if (!FileTime.IsVisible()) {
|
||||||
FileTime.show(position);
|
FileTime.show(position);
|
||||||
time_forced = true;
|
time_forced = true;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
} else if (msg == CRCInput::RC_1) { // Jump Backwards 1 minute
|
} else if (msg == CRCInput::RC_1) { // Jump Backwards 1 minute
|
||||||
clearSubtitle();
|
clearSubtitle();
|
||||||
playback->SetPosition(-60 * 1000);
|
playback->SetPosition(-60 * 1000);
|
||||||
|
Reference in New Issue
Block a user