summaryrefslogtreecommitdiffstats
path: root/input/input.h
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-09 14:52:46 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-09 14:52:46 +0000
commit63865de207e821ad5e9d176abb365ffa3e2243af (patch)
tree08e26fdc0237a56db75e48f8cc0c3c4713e44c38 /input/input.h
parentf48a4beff0a43adf6073fc213b91a7b25e7f931d (diff)
downloadmpv-63865de207e821ad5e9d176abb365ffa3e2243af.tar.bz2
mpv-63865de207e821ad5e9d176abb365ffa3e2243af.tar.xz
Add a loop command and property.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23747 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input/input.h')
-rw-r--r--input/input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/input/input.h b/input/input.h
index 264bd2269f..6092445060 100644
--- a/input/input.h
+++ b/input/input.h
@@ -93,6 +93,7 @@
#define MP_CMD_STEP_PROPERTY 91
#define MP_CMD_RADIO_STEP_FREQ 92
#define MP_CMD_TV_STEP_FREQ 93
+#define MP_CMD_LOOP 94
#define MP_CMD_BALANCE 96
#define MP_CMD_SUB_SCALE 97