[MPlayer-cvslog] r33776 - trunk/gui/interface.c

ib subversion at mplayerhq.hu
Wed Jun 29 13:21:09 CEST 2011


Author: ib
Date: Wed Jun 29 13:21:09 2011
New Revision: 33776

Log:
Don't destroy the equalizer settings.

The settings have just been read from the
configuration and must not be reset.

Modified:
   trunk/gui/interface.c

Modified: trunk/gui/interface.c
==============================================================================
--- trunk/gui/interface.c	Wed Jun 29 12:53:15 2011	(r33775)
+++ trunk/gui/interface.c	Wed Jun 29 13:21:09 2011	(r33776)
@@ -167,8 +167,6 @@ void guiInit(void)
 
     mp_msg(MSGT_GPLAYER, MSGL_V, "GUI init.\n");
 
-    memset(&gtkEquChannels, 0, sizeof(gtkEquChannels));
-
 #ifdef CONFIG_DXR3
     if (!gtkDXR3Device)
         gtkDXR3Device = strdup("/dev/em8300-0");


More information about the MPlayer-cvslog mailing list