[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.80,1.81

Winner of tha face compo gabucino at mplayer.dev.hu
Sat Sep 22 00:33:00 CEST 2001


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

Modified Files:
	cfg-mplayer.h 
Log Message:

range increased to 11 (ffmp3)


Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- cfg-mplayer.h	7 Sep 2001 21:04:14 -0000	1.80
+++ cfg-mplayer.h	21 Sep 2001 22:32:58 -0000	1.81
@@ -177,7 +177,7 @@
 	{"mc", &default_max_pts_correction, CONF_TYPE_FLOAT, CONF_RANGE, 0, 10},
 	{"fps", &force_fps, CONF_TYPE_FLOAT, CONF_MIN, 0, 0},
 	{"srate", &force_srate, CONF_TYPE_INT, CONF_RANGE, 1000, 8*48000},
-	{"afm", &audio_family, CONF_TYPE_INT, CONF_RANGE, 0, 8}, // keep ranges in sync
+	{"afm", &audio_family, CONF_TYPE_INT, CONF_RANGE, 0, 11}, // keep ranges in sync
 	{"vfm", &video_family, CONF_TYPE_INT, CONF_RANGE, 0, 7}, // with codec-cfg.c
 	{"ac", &audio_codec, CONF_TYPE_STRING, 0, 0, 0},
 	{"vc", &video_codec, CONF_TYPE_STRING, 0, 0, 0},




More information about the MPlayer-cvslog mailing list