From e11b23dc5de4edf3d890b14b968a3945172837cd Mon Sep 17 00:00:00 2001 From: nick Date: Sun, 24 Feb 2002 15:54:13 +0000 Subject: frame dropping prediction with benchmarks git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4839 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index 9e23f5a5dd..3e3955e77c 100644 --- a/mencoder.c +++ b/mencoder.c @@ -152,6 +152,8 @@ double video_time_usage=0; 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; -- cgit v1.2.3