diff cfg-mplayer.h @ 2390:edbeda5bced9

changed vfm max_value from 7 to 10, according to the latest codec-cfg.h
author alex
date Mon, 22 Oct 2001 23:39:14 +0000
parents 93616490c0dd
children 125ece057b0e
line wrap: on
line diff
--- a/cfg-mplayer.h	Mon Oct 22 23:36:35 2001 +0000
+++ b/cfg-mplayer.h	Mon Oct 22 23:39:14 2001 +0000
@@ -201,7 +201,7 @@
 	{"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, 11}, // keep ranges in sync
-	{"vfm", &video_family, CONF_TYPE_INT, CONF_RANGE, 0, 7}, // with codec-cfg.c
+	{"vfm", &video_family, CONF_TYPE_INT, CONF_RANGE, 0, 10}, // with codec-cfg.c
 	{"ac", &audio_codec, CONF_TYPE_STRING, 0, 0, 0},
 	{"vc", &video_codec, CONF_TYPE_STRING, 0, 0, 0},
 	{"dshow", &allow_dshow, CONF_TYPE_FLAG, 0, 0, 1}, // Is this still needed? atmos ::