mirror of https://github.com/mpv-player/mpv
module name fixed for vo check_events
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6124 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f4310c7fb1
commit
61a23b0d8b
|
@ -1731,9 +1731,10 @@ if(time_frame>0.001 && !(vo_flags&256)){
|
|||
|
||||
//====================== FLIP PAGE (VIDEO BLT): =========================
|
||||
|
||||
current_module="flip_page";
|
||||
|
||||
current_module="vo_check_events";
|
||||
if(vo_config_count) video_out->check_events();
|
||||
|
||||
current_module="flip_page";
|
||||
if(blit_frame && !frame_time_remaining){
|
||||
unsigned int t2=GetTimer();
|
||||
double tt;
|
||||
|
|
Loading…
Reference in New Issue