[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.190,1.191

Anders Johansson CVS anders at mplayerhq.hu
Fri Jan 10 02:45:37 CET 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv1737

Modified Files:
	cfg-mplayer.h 
Log Message:
10l bug for float conversion control + feature fix in volume control

Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -r1.190 -r1.191
--- cfg-mplayer.h	3 Jan 2003 12:40:09 -0000	1.190
+++ cfg-mplayer.h	10 Jan 2003 01:45:21 -0000	1.191
@@ -127,7 +127,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, 3, NULL},
+        {"force", &af_cfg.force, CONF_TYPE_INT, CONF_RANGE, 0, 7, NULL},
 	{NULL, NULL, 0, 0, 0, 0, NULL}
 };
 



More information about the MPlayer-cvslog mailing list