diff mencoder.c @ 4844:76acf5bbda78

exclude benchmark stuff execution from normal playback
author nick
date Sun, 24 Feb 2002 17:10:06 +0000
parents 5129860a980e
children 66b7488f9dd4
line wrap: on
line diff
--- a/mencoder.c	Sun Feb 24 17:00:19 2002 +0000
+++ b/mencoder.c	Sun Feb 24 17:10:06 2002 +0000
@@ -147,7 +147,6 @@
 //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_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;