1
mirror of https://github.com/mpv-player/mpv synced 2024-09-28 17:52:52 +02:00

-forceidx added

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@571 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-04-22 01:35:18 +00:00
parent f7d5134c02
commit f7da9d82c5

View File

@ -95,8 +95,9 @@ struct config conf[]={
{"bpp", &vo_dbpp, CONF_TYPE_INT, CONF_RANGE, 0, 32},
{"idx", &index_mode, CONF_TYPE_FLAG, 0, -1, 1},
{"noidx", &index_mode, CONF_TYPE_FLAG, 0, -1, 0},
{"idx", &index_mode, CONF_TYPE_FLAG, 0, -1, 1},
{"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},