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

Nick Kurshev nick at mplayer.dev.hu
Sun Feb 24 17:22:24 CET 2002


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

Modified Files:
	mplayer.c 
Log Message:
Additional notes

Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.410
retrieving revision 1.411
diff -u -r1.410 -r1.411
--- mplayer.c	24 Feb 2002 15:59:53 -0000	1.410
+++ mplayer.c	24 Feb 2002 16:22:22 -0000	1.411
@@ -2880,7 +2880,10 @@
 	   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: from %u frames should be dropped: %u \n"
+/* This code computes number of frame which should be dropped
+   in ideal case (without SYSTIME); i.e. when file is located
+   in RAM and kernel+other_tasks eat 0% of CPU. */
+    mp_msg(MSGT_CPLAYER,MSGL_INFO,"TOTAL BENCHMARK: from %u frames should be dropped: %u at least\n"
 	    ,our_n_frames,bench_dropped_frames);
 }
 




More information about the MPlayer-cvslog mailing list