diff options
author | phintuka <phintuka> | 2006-08-18 02:19:01 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-08-18 02:19:01 +0000 |
commit | fade67c0c9e9d619907db3276111c973b54655f1 (patch) | |
tree | ed3b8ce5390c71b20c164811af4a9800954cd1d4 | |
parent | 0bb28a7b2f61b9c1744612395c24d894a890b7dc (diff) | |
download | xineliboutput-fade67c0c9e9d619907db3276111c973b54655f1.tar.gz xineliboutput-fade67c0c9e9d619907db3276111c973b54655f1.tar.bz2 |
Clean-up
-rw-r--r-- | tools/udp_pes_scheduler.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/tools/udp_pes_scheduler.h b/tools/udp_pes_scheduler.h index 4fe72141..2aaff3b9 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.3 2006-07-07 05:32:14 phintuka Exp $ + * $Id: udp_pes_scheduler.h,v 1.4 2006-08-18 02:19:01 phintuka Exp $ * */ @@ -93,13 +93,6 @@ class cUdpScheduler : public cThread uint32_t m_Frames; uint32_t m_Octets; -#if 0 - int data_sent; /* in current time interval, bytes */ - int frames_sent; /* in current time interval */ - int frame_rate; /* pes frames / second */ - int prev_frames; -#endif - int64_t last_delay_time; bool m_Master; /* if true, we are master metronom for playback */ |