change prozent ckeck to 90

Origin commit data
------------------
Commit: ab829a61b6
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-05-30 (Tue, 30 May 2017)
This commit is contained in:
Jacek Jendrzej
2017-05-30 19:26:04 +02:00
parent b8b3a43432
commit 10d5368c73

View File

@@ -1326,7 +1326,7 @@ void CMoviePlayerGui::PlayFileLoop(void)
printf("CMoviePlayerGui::%s: spd %d pos %d/%d (%d, %d%%)\n", __func__, speed, position, duration, duration-position, file_prozent);
#endif
/* in case ffmpeg report incorrect values */
if(file_prozent > 96 && (playstate == CMoviePlayerGui::PLAY) && (speed == 1)){
if(file_prozent > 89 && (playstate == CMoviePlayerGui::PLAY) && (speed == 1)){
if(position_tmp != position){
position_tmp = position ;
eof2 = 0;