summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-24 17:10:06 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-24 17:10:06 +0000
commit93c371d589b200d8d9126d286847bdb1df556c54 (patch)
treeba0c1c53dd3cc91e5863fe5faf92449e34d3b9fd /mencoder.c
parenta4119f6b1568523dc3932478518857b24d84ae17 (diff)
downloadmpv-93c371d589b200d8d9126d286847bdb1df556c54.tar.bz2
mpv-93c371d589b200d8d9126d286847bdb1df556c54.tar.xz
exclude benchmark stuff execution from normal playback
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4845 b3059339-0415-0410-9bf9-f77b7e298cf2
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;