Mercurial > mplayer.hg
changeset 565:6e747808386e
changed behavior or -idx/-noidx
author | arpi_esp |
---|---|
date | Sat, 21 Apr 2001 20:45:17 +0000 |
parents | 747759a4a28f |
children | 0375ced94bd7 |
files | cfg-mplayer.h |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-mplayer.h Sat Apr 21 20:44:41 2001 +0000 +++ b/cfg-mplayer.h Sat Apr 21 20:45:17 2001 +0000 @@ -95,8 +95,9 @@ {"bpp", &vo_dbpp, CONF_TYPE_INT, CONF_RANGE, 0, 32}, - {"idx", &no_index, CONF_TYPE_FLAG, 0, 1, 0}, - {"noidx", &no_index, CONF_TYPE_FLAG, 0, 0, 1}, + {"idx", &index_mode, CONF_TYPE_FLAG, 0, -1, 1}, + {"noidx", &index_mode, CONF_TYPE_FLAG, 0, -1, 0}, + {"verbose", &verbose, CONF_TYPE_INT, CONF_RANGE, 0, 100}, {"v", cfg_inc_verbose, CONF_TYPE_FUNC, 0, 0, 0}, {"-help", help_text, CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},