[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


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}
 };
 




More information about the MPlayer-cvslog mailing list