summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-16 23:59:28 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-16 23:59:28 +0000
commit1655d81aceaf456b1a06dd5c74caa7871ea82db1 (patch)
tree5e4921cbf9864ea6a28c8756ceccbb6e650630cb /cfg-mplayer.h
parentab37328aa6c743fdb63655008afaf6c36e43761b (diff)
downloadmpv-1655d81aceaf456b1a06dd5c74caa7871ea82db1.tar.bz2
mpv-1655d81aceaf456b1a06dd5c74caa7871ea82db1.tar.xz
-noloop added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3542 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 06d227a584..43aeb80e1f 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -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},