[Mplayer-cvslog] CVS: main/Gui cfg.c,1.28,1.29 cfg.h,1.11,1.12 interface.c,1.70,1.71
Zoltan Ponekker
pontscho at mplayerhq.hu
Sun Jan 12 19:35:55 CET 2003
Update of /cvsroot/mplayer/main/Gui
In directory mail:/var/tmp.root/cvs-serv17499/Gui
Modified Files:
cfg.c cfg.h interface.c
Log Message:
not needed.
Index: cfg.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/cfg.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- cfg.c 11 Jan 2003 09:20:07 -0000 1.28
+++ cfg.c 12 Jan 2003 18:35:46 -0000 1.29
@@ -31,7 +31,6 @@
int gtkVopFAME = 0;
#endif
-int gtkAONoSound = 0;
int gtkAONorm = 0;
int gtkAOSurround = 0;
int gtkAOExtraStereo = 0;
@@ -96,7 +95,6 @@
#endif
{ "ao_driver",&audio_driver_list,CONF_TYPE_STRING_LIST,0,0,0,NULL },
- { "ao_nosound",>kAONoSound,CONF_TYPE_FLAG,0,0,1,NULL },
{ "ao_volnorm",>kAONorm,CONF_TYPE_FLAG,0,0,1,NULL },
{ "ao_surround",>kAOSurround,CONF_TYPE_FLAG,0,0,1,NULL },
{ "ao_extra_stereo",>kAOExtraStereo,CONF_TYPE_FLAG,0,0,1,NULL },
Index: cfg.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/cfg.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- cfg.h 2 Jan 2003 12:42:30 -0000 1.11
+++ cfg.h 12 Jan 2003 18:35:46 -0000 1.12
@@ -8,7 +8,6 @@
extern int gtkVopLAVC;
extern int gtkVopFAME;
-extern int gtkAONoSound;
extern int gtkAONorm;
extern int gtkAOFakeSurround;
extern int gtkAOExtraStereo;
Index: interface.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/interface.c,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- interface.c 11 Jan 2003 01:29:50 -0000 1.70
+++ interface.c 12 Jan 2003 18:35:46 -0000 1.71
@@ -567,9 +567,6 @@
btnModify( evSetBalance,guiIntfStruct.Balance );
}
- if ( gtkAONoSound ) { if ( !muted ) mixer_mute(); }
- else if ( muted ) mixer_mute();
-
if ( gtkEnableAudioEqualizer )
{
equalizer_t eq;
More information about the MPlayer-cvslog
mailing list