1
mirror of https://github.com/mpv-player/mpv synced 2024-07-31 16:29:58 +02:00

-noloop added

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3542 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-12-16 23:59:28 +00:00
parent ab37328aa6
commit 1655d81ace

View File

@ -156,6 +156,7 @@ struct config conf[]={
{"sb", &seek_to_byte, CONF_TYPE_INT, CONF_MIN, 0, 0},
{"ss", &seek_to_sec, CONF_TYPE_STRING, CONF_MIN, 0, 0},
{"sstep", &step_sec, CONF_TYPE_INT, CONF_MIN, 0, 0},
{"noloop", &loop_times, CONF_TYPE_FLAG, 0, 0, -1},
{"loop", &loop_times, CONF_TYPE_INT, CONF_RANGE, -1, 10000},
{"sound", &has_audio, CONF_TYPE_FLAG, 0, 0, 1},
{"nosound", &has_audio, CONF_TYPE_FLAG, 0, 1, 0},