summaryrefslogtreecommitdiffstats
path: root/input/input.h
diff options
context:
space:
mode:
authoreugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-23 21:18:32 +0000
committereugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-23 21:18:32 +0000
commitf817a5dc521e9302a142cdef19488410606e6ae9 (patch)
tree325cf5a7951b965f1656e7f8281a480211aeb6ec /input/input.h
parent00cce8eb303195eb779a5bedbe38d52d3adb61dd (diff)
downloadmpv-f817a5dc521e9302a142cdef19488410606e6ae9.tar.bz2
mpv-f817a5dc521e9302a142cdef19488410606e6ae9.tar.xz
Add ass_use_margins command and property to shift subtitles to margins and back
on the fly. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25842 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 1cfb4b23ed..c75f370ca7 100644
--- a/input/input.h
+++ b/input/input.h
@@ -107,6 +107,7 @@
#define MP_CMD_SUB_VOB 103
#define MP_CMD_SUB_DEMUX 104
#define MP_CMD_SWITCH_ANGLE 105
+#define MP_CMD_ASS_USE_MARGINS 106
#define MP_CMD_GUI_EVENTS 5000
#define MP_CMD_GUI_LOADFILE 5001