summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2006-12-30 00:36:05 +0000
committerphintuka <phintuka>2006-12-30 00:36:05 +0000
commitff06ece18b6c81ab98454dfa27c3310bdb82d0bc (patch)
tree8d7c54f69d5d7085d615d868dd36972d1bd9fc4b
parent35b8e9e183781f18503338d0214b2f1efdc827e6 (diff)
downloadxineliboutput-ff06ece18b6c81ab98454dfa27c3310bdb82d0bc.tar.gz
xineliboutput-ff06ece18b6c81ab98454dfa27c3310bdb82d0bc.tar.bz2
Trick speed flag
-rw-r--r--tools/udp_pes_scheduler.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/udp_pes_scheduler.h b/tools/udp_pes_scheduler.h
index 410d663a..632fefee 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.6 2006-12-14 15:18:16 phintuka Exp $
+ * $Id: udp_pes_scheduler.h,v 1.7 2006-12-30 00:36:05 phintuka Exp $
*
*/
@@ -102,11 +102,12 @@ class cUdpScheduler : public cThread
uint32_t m_Frames;
uint32_t m_Octets;
+ // Scheduling
+
int64_t last_delay_time;
+ bool m_TrickSpeed;
bool m_Master; /* if true, we are master metronom for playback */
-
- // Scheduling
int calc_elapsed_vtime(int64_t pts, bool Audio);
void Schedule(const uchar *Data, int Length);