mirror of
https://github.com/mpv-player/mpv
synced 2025-01-13 00:06:25 +01:00
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:
parent
654891bfab
commit
40fbdf6502
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user