From ad3529b8a349c408327b063a24413c4b164b342f Mon Sep 17 00:00:00 2001 From: nick Date: Sun, 24 Feb 2002 15:59:53 +0000 Subject: [PATCH] More info on dropped frames git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4840 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mplayer.c b/mplayer.c index 3c19693134..5371a5455f 100644 --- a/mplayer.c +++ b/mplayer.c @@ -2880,7 +2880,8 @@ if(benchmark){ 100.0*max_vout_time_usage/total_time_usage+ 100.0*max_audio_time_usage/total_time_usage ); - mp_msg(MSGT_CPLAYER,MSGL_INFO,"TOTAL BENCHMARK%%: dropped frames: %u\n",bench_dropped_frames); + mp_msg(MSGT_CPLAYER,MSGL_INFO,"TOTAL BENCHMARK: from %u frames should be dropped: %u \n" + ,our_n_frames,bench_dropped_frames); } if(eof == PT_NEXT_ENTRY || eof == PT_PREV_ENTRY) {