Mercurial > mplayer.hg
changeset 33688:acb61c6d14cd
Don't destroy the equalizer settings.
The settings have just been read from the
configuration and must not be reset.
author | ib |
---|---|
date | Wed, 29 Jun 2011 11:21:09 +0000 |
parents | f23d139ded5b |
children | 8d0290220239 |
files | gui/interface.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/interface.c Wed Jun 29 10:53:15 2011 +0000 +++ b/gui/interface.c Wed Jun 29 11:21:09 2011 +0000 @@ -167,8 +167,6 @@ mp_msg(MSGT_GPLAYER, MSGL_V, "GUI init.\n"); - memset(>kEquChannels, 0, sizeof(gtkEquChannels)); - #ifdef CONFIG_DXR3 if (!gtkDXR3Device) gtkDXR3Device = strdup("/dev/em8300-0");