Mercurial > mplayer.hg
changeset 1378:0a6f678ca5f0
-vfm max range updated to 7
author | gabucino |
---|---|
date | Sun, 22 Jul 2001 09:46:54 +0000 |
parents | bde3559c97f0 |
children | c9b83337ffa7 |
files | cfg-mplayer.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-mplayer.h Sun Jul 22 08:46:44 2001 +0000 +++ b/cfg-mplayer.h Sun Jul 22 09:46:54 2001 +0000 @@ -135,7 +135,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, 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 ::