diff cfg-mplayer.h @ 7998:d48a06d07afb

Adding commandline options for filters and fixing stupid bug in cfg
author anders
date Thu, 31 Oct 2002 11:06:19 +0000
parents ea0680d87f3f
children c06fa0b05c1c
line wrap: on
line diff
--- a/cfg-mplayer.h	Thu Oct 31 11:01:40 2002 +0000
+++ b/cfg-mplayer.h	Thu Oct 31 11:06:19 2002 +0000
@@ -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}
 };