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

ib subversion at mplayerhq.hu
Thu Aug 1 19:10:10 CEST 2013


Author: ib
Date: Thu Aug  1 19:10:10 2013
New Revision: 36382

Log:
Remove needless GUI_HANDLE_EVENTS call.

Media playback has just begun and there's a regular
GUI_HANDLE_EVENTS call coming shortly after.

Modified:
   trunk/mplayer.c

Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c	Thu Aug  1 16:28:16 2013	(r36381)
+++ trunk/mplayer.c	Thu Aug  1 19:10:10 2013	(r36382)
@@ -3815,11 +3815,6 @@ goto_enable_cache:
 //    current_module="draw_osd";
 //    if(vo_config_count) mpctx->video_out->draw_osd();
 
-#ifdef CONFIG_GUI
-                if (use_gui)
-                    gui(GUI_HANDLE_EVENTS, 0);
-#endif
-
                 current_module = "vo_check_events";
                 if (vo_config_count)
                     mpctx->video_out->check_events();


More information about the MPlayer-cvslog mailing list