summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2007-01-24 04:51:46 +0000
committerphintuka <phintuka>2007-01-24 04:51:46 +0000
commitb7327dbbe0372e8f30a9defa6a97314d2ade3c31 (patch)
tree65103d8688c3db0d344d3d3d5b0fcbdc0edf1f24
parentbebd4615f7e21ea7581d12ba4771ccf23698e62e (diff)
downloadxineliboutput-b7327dbbe0372e8f30a9defa6a97314d2ade3c31.tar.gz
xineliboutput-b7327dbbe0372e8f30a9defa6a97314d2ade3c31.tar.bz2
*** empty log message ***
-rw-r--r--tools/udp_pes_scheduler.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/udp_pes_scheduler.c b/tools/udp_pes_scheduler.c
index efd3d930..d4618be6 100644
--- a/tools/udp_pes_scheduler.c
+++ b/tools/udp_pes_scheduler.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: udp_pes_scheduler.c,v 1.26 2007-01-24 04:35:07 phintuka Exp $
+ * $Id: udp_pes_scheduler.c,v 1.27 2007-01-24 04:51:46 phintuka Exp $
*
*/
@@ -277,7 +277,7 @@ void cUdpScheduler::RemoveHandle(int fd)
}
}
-bool cUdpScheduler::Poll(int TimeoutMs, bool Master)
+int cUdpScheduler::Poll(int TimeoutMs, bool Master)
{
cMutexLock ml(&m_Lock);
@@ -565,8 +565,6 @@ void cUdpScheduler::Schedule(const uchar *Data, int Length)
MasterClock.Set(current_audio_vtime + INITIAL_BURST_TIME);
}
}
-#warning yle audio pts once in 8 pes ... -> 220ms?
-#warning how to detect audio pes time ?
else if(Video && m_TrickSpeed) {
if(now > current_video_vtime && (now - current_video_vtime)>JUMP_LIMIT_TIME) {