summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-22 09:46:54 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-22 09:46:54 +0000
commit7d1c7e492c1067ceb38677f12759e72e03eb7417 (patch)
tree39f0ef7b63d2098b6384ea2a77eef747d2ff32b9 /cfg-mplayer.h
parent0e8d6e87b3b575226eb92d0e5a3c6878624310f5 (diff)
downloadmpv-7d1c7e492c1067ceb38677f12759e72e03eb7417.tar.bz2
mpv-7d1c7e492c1067ceb38677f12759e72e03eb7417.tar.xz
-vfm max range updated to 7
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1379 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 fb9f009093..3737415682 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -135,7 +135,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, 8}, // keep ranges in sync
- {"vfm", &video_family, CONF_TYPE_INT, CONF_RANGE, 0, 6}, // with codec-cfg.c
+ {"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},
{"dshow", &allow_dshow, CONF_TYPE_FLAG, 0, 0, 1}, // Is this still needed? atmos ::