Mercurial > mplayer.hg
changeset 15435:428b13185b63
fix the range and type of -tv immediatemode option
author | henry |
---|---|
date | Fri, 13 May 2005 14:45:28 +0000 |
parents | 3b49fc932022 |
children | 682d0764228f |
files | cfg-common.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-common.h Fri May 13 14:42:14 2005 +0000 +++ b/cfg-common.h Fri May 13 14:45:28 2005 +0000 @@ -348,7 +348,7 @@ #ifdef USE_TV m_option_t tvopts_conf[]={ {"on", "-tv on is deprecated, use tv:// instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL}, - {"immediatemode", &tv_param_immediate, CONF_TYPE_FLAG, 0, 0, 0, NULL}, + {"immediatemode", &tv_param_immediate, CONF_TYPE_INT, CONF_RANGE, 0, 1, NULL}, {"noaudio", &tv_param_noaudio, CONF_TYPE_FLAG, 0, 0, 1, NULL}, {"audiorate", &tv_param_audiorate, CONF_TYPE_INT, 0, 0, 0, NULL}, {"driver", &tv_param_driver, CONF_TYPE_STRING, 0, 0, 0, NULL},