- movieplayer: try to fix rezap audiostreams

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2017-11-04 13:54:44 +01:00
committed by Thilo Graf
parent 057f17d6e9
commit 1882b50646

View File

@@ -987,7 +987,7 @@ void* CMoviePlayerGui::bgPlayThread(void *arg)
#if 0
printf("CMoviePlayerGui::bgPlayThread: position %d duration %d (%d)\n", mp->position, mp->duration, mp->duration-mp->position);
#endif
if (pos == mp->position)
if (pos == mp->position && mp->duration > 0)
eof++;
else
eof = 0;