Mercurial > mplayer.hg
changeset 570:839b2255c43b
-forceidx added
author | arpi_esp |
---|---|
date | Sun, 22 Apr 2001 01:35:18 +0000 |
parents | 2810e747e545 |
children | 5983b3ef67b4 |
files | cfg-mplayer.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-mplayer.h Sun Apr 22 01:29:59 2001 +0000 +++ b/cfg-mplayer.h Sun Apr 22 01:35:18 2001 +0000 @@ -95,8 +95,9 @@ {"bpp", &vo_dbpp, CONF_TYPE_INT, CONF_RANGE, 0, 32}, + {"noidx", &index_mode, CONF_TYPE_FLAG, 0, -1, 0}, {"idx", &index_mode, CONF_TYPE_FLAG, 0, -1, 1}, - {"noidx", &index_mode, CONF_TYPE_FLAG, 0, -1, 0}, + {"forceidx", &index_mode, CONF_TYPE_FLAG, 0, -1, 2}, {"verbose", &verbose, CONF_TYPE_INT, CONF_RANGE, 0, 100}, {"v", cfg_inc_verbose, CONF_TYPE_FUNC, 0, 0, 0},