[Mplayer-cvslog] CVS: main mplayer.c,1.409,1.410

Nick Kurshev nick at mplayer.dev.hu
Sun Feb 24 16:59:56 CET 2002


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv6878/main

Modified Files:
	mplayer.c 
Log Message:
More info on dropped frames

Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.409
retrieving revision 1.410
diff -u -r1.409 -r1.410
--- mplayer.c	24 Feb 2002 15:54:13 -0000	1.409
+++ mplayer.c	24 Feb 2002 15:59:53 -0000	1.410
@@ -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) {




More information about the MPlayer-cvslog mailing list