Revert "- movieplayer: fix eof-handling for non-coolstream platforms"

This reverts commit bdea718755 as suggested by Satbaby


Origin commit data
------------------
Commit: 1dbbb2f2ca
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-27 (Fri, 27 Oct 2017)
This commit is contained in:
vanhofen
2017-10-27 23:44:50 +02:00
parent affa06d60b
commit 2c7d04afc5

View File

@@ -938,7 +938,6 @@ 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 HAVE_COOL_HARDWARE
if (pos == mp->position)
eof++;
else
@@ -949,7 +948,6 @@ void* CMoviePlayerGui::bgPlayThread(void *arg)
chidused = true;
break;
}
#endif
pos = mp->position;
}
bgmutex.lock();