diff mencoder.c @ 4834:fdb92826250c

max & average benchmarks
author nick
date Sun, 24 Feb 2002 11:23:48 +0000
parents 8d4208df7c15
children 5129860a980e
line wrap: on
line diff
--- a/mencoder.c	Sun Feb 24 04:56:54 2002 +0000
+++ b/mencoder.c	Sun Feb 24 11:23:48 2002 +0000
@@ -150,6 +150,8 @@
 
 double video_time_usage=0;
 double vout_time_usage=0;
+double max_video_time_usage=0;
+double max_vout_time_usage=0;
 static double audio_time_usage=0;
 static int total_time_usage_start=0;
 static int benchmark=0;