changeset 4839:d94ccbfec3e3

More info on dropped frames
author nick
date Sun, 24 Feb 2002 15:59:53 +0000
parents 5129860a980e
children 7e56b1480a24
files mplayer.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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) {