diff mplayer.c @ 5643:3d9de27d9bd0

OSD handled by vf control()
author arpi
date Mon, 15 Apr 2002 22:41:28 +0000
parents a0cee3bb7f78
children b8d8d72776f2
line wrap: on
line diff
--- a/mplayer.c	Mon Apr 15 22:08:50 2002 +0000
+++ b/mplayer.c	Mon Apr 15 22:41:28 2002 +0000
@@ -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();