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