summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c5
1 files changed, 3 insertions, 2 deletions
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();