[Mplayer-cvslog] CVS: main mplayer.c,1.499,1.500

Arpi of Ize arpi at mplayerhq.hu
Mon May 20 01:22:24 CEST 2002


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

Modified Files:
	mplayer.c 
Log Message:
module name fixed for vo check_events

Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.499
retrieving revision 1.500
diff -u -r1.499 -r1.500
--- mplayer.c	18 May 2002 00:11:42 -0000	1.499
+++ mplayer.c	19 May 2002 23:22:11 -0000	1.500
@@ -1731,9 +1731,10 @@
 
 //====================== FLIP PAGE (VIDEO BLT): =========================
 
-        current_module="flip_page";
-
+        current_module="vo_check_events";
 	if(vo_config_count) video_out->check_events();
+
+        current_module="flip_page";
         if(blit_frame && !frame_time_remaining){
 	   unsigned int t2=GetTimer();
 	   double tt;




More information about the MPlayer-cvslog mailing list