[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.134,1.135
Anders Johansson
anders at mplayer.dev.hu
Mon Feb 25 14:31:29 CET 2002
- Previous message: [Mplayer-cvslog] CVS: main/libao2 pl_volume.c,NONE,1.1 Makefile,1.18,1.19 ao_plugin.c,1.11,1.12 audio_plugin.h,1.6,1.7
- Next message: [Mplayer-cvslog] CVS: main/DOCS/tech playtree,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv26589
Modified Files:
cfg-mplayer.h
Log Message:
Adding SW volume control
Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- cfg-mplayer.h 21 Feb 2002 16:02:26 -0000 1.134
+++ cfg-mplayer.h 25 Feb 2002 13:31:26 -0000 1.135
@@ -106,6 +106,7 @@
{"delay", &ao_plugin_cfg.pl_delay_len, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},
{"format", &ao_plugin_cfg.pl_format_type, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},
{"fout", &ao_plugin_cfg.pl_resample_fout, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},
+ {"volume", &ao_plugin_cfg.pl_volume_volume, CONF_TYPE_INT, CONF_RANGE, 0, 255, NULL},
{NULL, NULL, 0, 0, 0, 0, NULL}
};
@@ -141,7 +142,7 @@
// {"dsp", &dsp, CONF_TYPE_STRING, CONF_NOCFG, 0, 0, NULL},
{"dsp", "Use -ao oss:dsp_path!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
{"mixer", &mixer_device, CONF_TYPE_STRING, 0, 0, 0, NULL},
- {"master", "Option -master was obsolete and has been removed\n" , CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
+ {"master", "Option -master has been removed, use -aop list=volume instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
{"channels", &audio_output_channels, CONF_TYPE_INT, CONF_RANGE, 2, 6, NULL},
#ifdef HAVE_X11
{"display", &mDisplayName, CONF_TYPE_STRING, 0, 0, 0, NULL},
- Previous message: [Mplayer-cvslog] CVS: main/libao2 pl_volume.c,NONE,1.1 Makefile,1.18,1.19 ao_plugin.c,1.11,1.12 audio_plugin.h,1.6,1.7
- Next message: [Mplayer-cvslog] CVS: main/DOCS/tech playtree,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list