summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-14 06:25:02 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-14 06:25:02 +0000
commit186e0d274e07845a6dc2e7eea2b1f52596f3fd25 (patch)
tree6c0d048e42fb6e8f2c01c932cc9a4d8389db19b6 /mplayer.c
parentf916c5d0c475d04463d92c8edf99dee62cef47ad (diff)
downloadmpv-186e0d274e07845a6dc2e7eea2b1f52596f3fd25.tar.bz2
mpv-186e0d274e07845a6dc2e7eea2b1f52596f3fd25.tar.xz
move vo event check together with gui event check
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20910 b3059339-0415-0410-9bf9-f77b7e298cf2
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) {