[Mplayer-cvslog] CVS: main mplayer.c,1.470,1.471

Arpi of Ize arpi at mplayer.dev.hu
Tue Apr 16 00:41:31 CEST 2002


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

Modified Files:
	mplayer.c 
Log Message:
OSD handled by vf control()

Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.470
retrieving revision 1.471
diff -u -r1.470 -r1.471
--- mplayer.c	15 Apr 2002 20:51:34 -0000	1.470
+++ mplayer.c	15 Apr 2002 22:41:28 -0000	1.471
@@ -1512,6 +1512,7 @@
 	sh_video->timer+=frame_time;
 	time_frame+=frame_time;  // for nosound
 	// check for frame-drop:
+	current_module="check_framedrop";
 	if(sh_audio && !d_audio->eof){
 	    float delay=audio_out->get_delay();
 	    float d=(sh_video->timer)-(sh_audio->timer-delay);
@@ -1538,8 +1539,8 @@
 
 // ==========================================================================
     
-    current_module="draw_osd";
-    if(vo_config_count) video_out->draw_osd();
+//    current_module="draw_osd";
+//    if(vo_config_count) video_out->draw_osd();
 
 #ifdef HAVE_NEW_GUI
     if(use_gui) guiEventHandling();




More information about the MPlayer-cvslog mailing list