mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
- movieplayer: show progress in VFD (thx Satbaby)
This commit is contained in:
@@ -593,6 +593,8 @@ void CMoviePlayerGui::PlayFile(void)
|
||||
file_prozent = (unsigned char) (position / (duration / 100));
|
||||
#if HAVE_TRIPLEDRAGON
|
||||
CVFD::getInstance()->showPercentOver(file_prozent, true, CVFD::MODE_MOVIE);
|
||||
#else
|
||||
CVFD::getInstance()->showPercentOver(file_prozent);
|
||||
#endif
|
||||
|
||||
playback->GetSpeed(speed);
|
||||
|
Reference in New Issue
Block a user