diff mencoder.c @ 4838:5129860a980e

frame dropping prediction with benchmarks
author nick
date Sun, 24 Feb 2002 15:54:13 +0000
parents fdb92826250c
children 76acf5bbda78
line wrap: on
line diff
--- a/mencoder.c	Sun Feb 24 13:29:44 2002 +0000
+++ b/mencoder.c	Sun Feb 24 15:54:13 2002 +0000
@@ -152,6 +152,8 @@
 double vout_time_usage=0;
 double max_video_time_usage=0;
 double max_vout_time_usage=0;
+double cur_video_time_usage=0;
+double cur_vout_time_usage=0;
 static double audio_time_usage=0;
 static int total_time_usage_start=0;
 static int benchmark=0;