summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mencoder.c b/mencoder.c
index 3e3955e77c..9901316a14 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -147,7 +147,6 @@ int out_video_codec=
//void resync_audio_stream(sh_audio_t *sh_audio){}
int verbose=0; // must be global!
-
double video_time_usage=0;
double vout_time_usage=0;
double max_video_time_usage=0;
@@ -156,7 +155,7 @@ 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;
+int benchmark=0;
// A-V sync:
int delay_corrected=1;