mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
movieplayer: show progress in VFD (thx Satbaby)
Origin commit data
------------------
Commit: 37e3502fb0
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-11-15 (Fri, 15 Nov 2013)
Origin message was:
------------------
- 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