[Mplayer-cvslog] CVS: main cfg-common.h,1.54,1.55

Alex Beregszaszi alex at mplayerhq.hu
Fri Aug 30 13:37:43 CEST 2002


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

Modified Files:
	cfg-common.h 
Log Message:
v4l audio fixes by Jindrich Makovicka <makovick at KMLinux.fjfi.cvut.cz>

Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- cfg-common.h	28 Aug 2002 20:51:58 -0000	1.54
+++ cfg-common.h	30 Aug 2002 11:37:40 -0000	1.55
@@ -206,7 +206,12 @@
 	{"outfmt", &tv_param_outfmt, CONF_TYPE_STRING, 0, 0, 0, NULL},
 	{"fps", &tv_param_fps, CONF_TYPE_FLOAT, 0, 0, 100.0, NULL},
 #ifdef HAVE_TV_V4L
-	{"mono", &tv_param_mono, CONF_TYPE_FLAG, 0, 0, 1, NULL},
+	{"amode", &tv_param_amode, CONF_TYPE_INT, CONF_RANGE, 0, 3, NULL},
+	{"volume", &tv_param_volume, CONF_TYPE_INT, CONF_RANGE, 0, 65535, NULL},
+	{"bass", &tv_param_bass, CONF_TYPE_INT, CONF_RANGE, 0, 65535, NULL},
+	{"treble", &tv_param_treble, CONF_TYPE_INT, CONF_RANGE, 0, 65535, NULL},
+	{"balance", &tv_param_balance, CONF_TYPE_INT, CONF_RANGE, 0, 65535, NULL},
+	{"forcechan", &tv_param_forcechan, CONF_TYPE_INT, CONF_RANGE, 1, 2, NULL},
 #ifdef HAVE_ALSA9
 	{"alsa", &tv_param_alsa, CONF_TYPE_FLAG, 0, 0, 1, NULL},
 #endif




More information about the MPlayer-cvslog mailing list