diff options
Diffstat (limited to 'tools/udp_pes_scheduler.h')
-rw-r--r-- | tools/udp_pes_scheduler.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/udp_pes_scheduler.h b/tools/udp_pes_scheduler.h index 5a2efbc2..44b1a276 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.18 2009-07-01 09:18:12 phintuka Exp $ + * $Id: udp_pes_scheduler.h,v 1.19 2009-07-01 09:24:13 phintuka Exp $ * */ @@ -81,6 +81,9 @@ class cUdpScheduler : public cThread int64_t m_CurrentAudioVtime; int64_t m_CurrentVideoVtime; + uint m_BurstBytes; /* number of bytes sent without sleeps */ + uint m_BurstFrames; /* number of frames sent without sleeps */ + cCondWait m_CondWait; int CalcElapsedVtime(int64_t pts, bool Audio); |