[MPlayer-cvslog] CVS: main cfg-common.h,1.138,1.139

Alex Beregszaszi syncmail at mplayerhq.hu
Thu Feb 24 16:00:49 CET 2005


CVS change done by Alex Beregszaszi

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv31769

Modified Files:
	cfg-common.h 
Log Message:
quick solution for making an option less braindead

Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- cfg-common.h	19 Jan 2005 18:05:03 -0000	1.138
+++ cfg-common.h	24 Feb 2005 15:00:47 -0000	1.139
@@ -135,7 +135,7 @@
 	{"fps", &force_fps, CONF_TYPE_FLOAT, CONF_MIN, 0, 0, NULL},
 	{"srate", &force_srate, CONF_TYPE_INT, CONF_RANGE, 1000, 8*48000, NULL},
 	{"channels", &audio_output_channels, CONF_TYPE_INT, CONF_RANGE, 1, 6, NULL},
-	{"format", &audio_output_format, CONF_TYPE_INT, CONF_RANGE, 0, 0x00002000, NULL},
+	{"format", &audio_output_format, CONF_TYPE_AFMT, 0, 0, 0, NULL},
 
 #ifdef USE_LIBA52
         {"a52drc", &a52_drc_level, CONF_TYPE_FLOAT, CONF_RANGE, 0, 1, NULL},




More information about the MPlayer-cvslog mailing list