[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.177,1.178
Anders Johansson
anders at mplayerhq.hu
Thu Oct 31 09:03:56 CET 2002
- Previous message: [Mplayer-cvslog] CVS: main/DOCS cd-dvd.html,1.50,1.51 documentation.html,1.321,1.322
- Next message: [Mplayer-cvslog] CVS: main/libaf af.c,1.15,1.16 af_volume.c,1.2,1.3 control.h,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv29279
Modified Files:
cfg-mplayer.h
Log Message:
Changing the behavour of the commandline parameter -af to conform with -vop. Adding new commanline parameter -af-adv for advanced af options. Adding changes to volume control to support commandline parameters.
Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- cfg-mplayer.h 28 Oct 2002 19:30:29 -0000 1.177
+++ cfg-mplayer.h 31 Oct 2002 08:03:51 -0000 1.178
@@ -181,7 +181,8 @@
{"fixed-vo", &fixed_vo, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"aop", ao_plugin_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
- {"af", audio_filter_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
+ {"af-adv", audio_filter_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
+ {"af", &af_cfg.list, CONF_TYPE_STRING_LIST, 0, 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 has been removed, use -aop list=volume instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
- Previous message: [Mplayer-cvslog] CVS: main/DOCS cd-dvd.html,1.50,1.51 documentation.html,1.321,1.322
- Next message: [Mplayer-cvslog] CVS: main/libaf af.c,1.15,1.16 af_volume.c,1.2,1.3 control.h,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list