set current_module for OSD

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1769 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-08-30 11:54:27 +00:00
parent 654891bfab
commit 40fbdf6502
1 changed files with 3 additions and 0 deletions

View File

@ -1232,9 +1232,12 @@ if(1)
//------------------------ 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;