diff options
author | phintuka <phintuka> | 2006-08-18 02:20:38 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-08-18 02:20:38 +0000 |
commit | 8e47d1fb6aaaf0de6486a637d25754c272a89ade (patch) | |
tree | fe2a8939a8d34935fb96d1aad15ed6e42e7002f2 | |
parent | fade67c0c9e9d619907db3276111c973b54655f1 (diff) | |
download | xineliboutput-8e47d1fb6aaaf0de6486a637d25754c272a89ade.tar.gz xineliboutput-8e47d1fb6aaaf0de6486a637d25754c272a89ade.tar.bz2 |
Fixed SCR trace
-rw-r--r-- | tools/udp_pes_scheduler.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tools/udp_pes_scheduler.c b/tools/udp_pes_scheduler.c index 66fd95cd..30d7cee4 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.10 2006-07-22 20:13:18 phintuka Exp $ + * $Id: udp_pes_scheduler.c,v 1.11 2006-08-18 02:20:38 phintuka Exp $ * */ @@ -110,6 +110,13 @@ typedef enum { eScrFromVideo } ScrSource_t; +#ifdef LOG_SCR + 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 + cUdpScheduler::cUdpScheduler() { |