diff mplayer.c @ 1768:63db543aae94

set current_module for OSD
author arpi
date Thu, 30 Aug 2001 11:54:27 +0000
parents 29913c011d50
children b3f6e2baffbf
line wrap: on
line diff
--- a/mplayer.c	Thu Aug 30 11:17:56 2001 +0000
+++ b/mplayer.c	Thu Aug 30 11:54:27 2001 +0000
@@ -1232,9 +1232,12 @@
 //------------------------ frame decoded. --------------------
 //------------------------ add OSD to frame contents ---------
 #ifndef USE_LIBVO2
+    current_module="draw_osd";
     video_out->draw_osd();
 #endif
 
+    current_module="av_sync";
+
     // Increase video timers:
     sh_video->num_frames+=frame_time;
     ++sh_video->num_frames_decoded;