summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mencoder.c b/mencoder.c
index 3c36fb3609..9e23f5a5dd 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -150,6 +150,8 @@ int verbose=0; // must be global!
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;