summaryrefslogtreecommitdiffstats
path: root/input/input.h
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-15 09:45:34 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-15 09:45:34 +0000
commitc95142bc23ae6569a14a3f692f4d2aa9048db9c2 (patch)
tree098ac823ebcb3ca6d0c79379d15fe6a1f5393057 /input/input.h
parent49c553dc7fbeb3e62a046cb8d51aec3ab90a83cc (diff)
downloadmpv-c95142bc23ae6569a14a3f692f4d2aa9048db9c2.tar.bz2
mpv-c95142bc23ae6569a14a3f692f4d2aa9048db9c2.tar.xz
slave mode command to switch aspect ratio, patch by Aurelien Jacobs <aurel at gnuage.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13340 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 a2079a5c18..a6b1948806 100644
--- a/input/input.h
+++ b/input/input.h
@@ -56,6 +56,7 @@
#define MP_CMD_SUB_SELECT 52
#define MP_CMD_VO_ROOTWIN 53
#define MP_CMD_SWITCH_VSYNC 54
+#define MP_CMD_SWITCH_RATIO 55
#define MP_CMD_GUI_EVENTS 5000
#define MP_CMD_GUI_LOADFILE 5001