summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-22 23:39:14 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-22 23:39:14 +0000
commit54d4400c55516266bd5947b4872b69786414fa93 (patch)
tree743aea43556a9280e0e3612ae2f6ec6e3ec9902c /cfg-mplayer.h
parente2fcfe476b1c8a88e24e0c27b4baac6b9af4e887 (diff)
downloadmpv-54d4400c55516266bd5947b4872b69786414fa93.tar.bz2
mpv-54d4400c55516266bd5947b4872b69786414fa93.tar.xz
changed vfm max_value from 7 to 10, according to the latest codec-cfg.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2391 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 86a3c77c4d..9ab6ca9465 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -201,7 +201,7 @@ struct config conf[]={
{"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 ::