[MPlayer-cvslog] r20910 - trunk/mplayer.c

uau subversion at mplayerhq.hu
Tue Nov 14 07:25:02 CET 2006


Author: uau
Date: Tue Nov 14 07:25:02 2006
New Revision: 20910

Modified:
   trunk/mplayer.c

Log:
move vo event check together with gui event check


Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c	(original)
+++ trunk/mplayer.c	Tue Nov 14 07:25:02 2006
@@ -4366,6 +4366,9 @@
     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 @@
 
 //====================== 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) {
 



More information about the MPlayer-cvslog mailing list