summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/udp_pes_scheduler.c9
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()
{