[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.178,1.179
Anders Johansson
anders at mplayerhq.hu
Thu Oct 31 12:06:21 CET 2002
- Previous message: [Mplayer-cvslog] CVS: main/help help_mp-cz.h,1.27,1.28
- Next message: [Mplayer-cvslog] CVS: main/libaf af.c,1.16,1.17 af_channels.c,1.6,1.7 af_delay.c,1.5,1.6 af_format.c,1.5,1.6 af_resample.c,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv16891
Modified Files:
cfg-mplayer.h
Log Message:
Adding commandline options for filters and fixing stupid bug in cfg
Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- cfg-mplayer.h 31 Oct 2002 08:03:51 -0000 1.178
+++ cfg-mplayer.h 31 Oct 2002 11:06:19 -0000 1.179
@@ -121,7 +121,7 @@
extern af_cfg_t af_cfg; // Audio filter configuration, defined in libmpcodecs/dec_audio.c
struct config audio_filter_conf[]={
{"list", &af_cfg.list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
- {"force", &af_cfg.force, CONF_TYPE_INT, CONF_RANGE, 0, 2, NULL},
+ {"force", &af_cfg.force, CONF_TYPE_INT, CONF_RANGE, 0, 3, NULL},
{NULL, NULL, 0, 0, 0, 0, NULL}
};
- Previous message: [Mplayer-cvslog] CVS: main/help help_mp-cz.h,1.27,1.28
- Next message: [Mplayer-cvslog] CVS: main/libaf af.c,1.16,1.17 af_channels.c,1.6,1.7 af_delay.c,1.5,1.6 af_format.c,1.5,1.6 af_resample.c,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list