summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mplayer.c b/mplayer.c
index a1df42b99d..83ebaf1d78 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -4366,6 +4366,9 @@ if(!sh_video) {
if(use_gui) guiEventHandling();
#endif
+ current_module="vo_check_events";
+ if (vo_config_count) video_out->check_events();
+
current_module="calc_sleep_time";
#if 0
@@ -4453,9 +4456,6 @@ if(time_frame>0.001 && !(vo_flags&256))
//====================== FLIP PAGE (VIDEO BLT): =========================
- current_module="vo_check_events";
- if(vo_config_count) video_out->check_events();
-
current_module="flip_page";
if (!frame_time_remaining) {