mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
- movieplayer: try to fix rezap audiostreams
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -987,7 +987,7 @@ void* CMoviePlayerGui::bgPlayThread(void *arg)
|
|||||||
#if 0
|
#if 0
|
||||||
printf("CMoviePlayerGui::bgPlayThread: position %d duration %d (%d)\n", mp->position, mp->duration, mp->duration-mp->position);
|
printf("CMoviePlayerGui::bgPlayThread: position %d duration %d (%d)\n", mp->position, mp->duration, mp->duration-mp->position);
|
||||||
#endif
|
#endif
|
||||||
if (pos == mp->position)
|
if (pos == mp->position && mp->duration > 0)
|
||||||
eof++;
|
eof++;
|
||||||
else
|
else
|
||||||
eof = 0;
|
eof = 0;
|
||||||
|
Reference in New Issue
Block a user