- movieplayer: show progress in VFD (thx Satbaby)

This commit is contained in:
svenhoefer
2013-11-15 09:18:18 +01:00
parent 00b4303765
commit 37e3502fb0
2 changed files with 3 additions and 1 deletions

View File

@@ -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);