summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index a090b2e369..808d15882d 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -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;