# HG changeset patch # User arpi # Date 999172467 0 # Node ID 63db543aae947896be15bb84add9b5328757f20e # Parent 7f65437a67ba97fe96a5458fe9bff4a32c2990b5 set current_module for OSD diff -r 7f65437a67ba -r 63db543aae94 mplayer.c --- 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;