mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-13 08:23:39 +02:00
movieplayer: try to fix rezap audiostreams
Origin commit data
------------------
Branch: ni/coolstream
Commit: c5be130ba8
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-04 (Sat, 04 Nov 2017)
Origin message was:
------------------
- movieplayer: try to fix rezap audiostreams
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -983,7 +983,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