summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2009-03-24 19:00:27 +0000
committerphintuka <phintuka>2009-03-24 19:00:27 +0000
commit31fc7f156be34d2e94a8f56378a5d6284b85812a (patch)
tree38c6daf064422ff0718417331ea153b8f5aadd62
parent121a189c25ed224103210117eb5b8ecb40270e68 (diff)
downloadxineliboutput-31fc7f156be34d2e94a8f56378a5d6284b85812a.tar.gz
xineliboutput-31fc7f156be34d2e94a8f56378a5d6284b85812a.tar.bz2
Cosmetics (removed trailing spaces)
-rw-r--r--tools/udp_pes_scheduler.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/udp_pes_scheduler.h b/tools/udp_pes_scheduler.h
index fd24f57a..7638f1e3 100644
--- a/tools/udp_pes_scheduler.h
+++ b/tools/udp_pes_scheduler.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: udp_pes_scheduler.h,v 1.13 2008-04-28 20:53:07 phintuka Exp $
+ * $Id: udp_pes_scheduler.h,v 1.14 2009-03-24 19:00:27 phintuka Exp $
*
*/
@@ -32,7 +32,7 @@ class cUdpScheduler : public cThread
// fd should be binded & connected to IP:PORT (local+remote) pair !
bool AddHandle(int fd); /* UDP unicast */
- void RemoveHandle(int fd); /* UDP unicast */
+ void RemoveHandle(int fd); /* UDP unicast */
bool AddRtp(void); /* UDP/RTP multicast */
void RemoveRtp(void); /* UDP/RTP multicast */
bool AddHandle(cxSocket& s) { return AddHandle(s.handle()); }
@@ -87,11 +87,11 @@ class cUdpScheduler : public cThread
uint32_t m_Frames;
uint32_t m_Octets;
- // Scheduling
+ // Scheduling
bool m_TrickSpeed;
bool m_Master; /* if true, we are master metronom for playback */
-
+
int calc_elapsed_vtime(int64_t pts, bool Audio);
void Schedule(const uchar *Data, int Length);