From ad94b5e132172c36eb84580eec7621900643da5d Mon Sep 17 00:00:00 2001 From: arpi Date: Mon, 15 Apr 2002 22:41:28 +0000 Subject: OSD handled by vf control() git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5644 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mplayer.c') diff --git a/mplayer.c b/mplayer.c index 6e66959488..0f95c30b30 100644 --- a/mplayer.c +++ b/mplayer.c @@ -1512,6 +1512,7 @@ if(!sh_video) { 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 @@ if(!sh_video) { // ========================================================================== - 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(); -- cgit v1.2.3