# HG changeset patch # User nick # Date 1014566393 0 # Node ID d94ccbfec3e32f84f5766c7db673100b59fa283a # Parent 5129860a980e2617c1451f962af952f8a9fc6c44 More info on dropped frames diff -r 5129860a980e -r d94ccbfec3e3 mplayer.c --- a/mplayer.c Sun Feb 24 15:54:13 2002 +0000 +++ b/mplayer.c Sun Feb 24 15:59:53 2002 +0000 @@ -2880,7 +2880,8 @@ 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) {