summaryrefslogtreecommitdiffstats
path: root/input/input.h
diff options
context:
space:
mode:
authorzuxy <zuxy@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-20 02:26:20 +0000
committerzuxy <zuxy@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-20 02:26:20 +0000
commitbe09bd1c047fc84c7ac73c93ba26fe6a8787341c (patch)
tree75dd0c2073cd53964425690d185adaecae256e64 /input/input.h
parentd5621cf63946ab715352b91495602dc445f34035 (diff)
downloadmpv-be09bd1c047fc84c7ac73c93ba26fe6a8787341c.tar.bz2
mpv-be09bd1c047fc84c7ac73c93ba26fe6a8787341c.tar.xz
The audio balance feature implemented with af_pan.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23588 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 4fb51422b1..5791831954 100644
--- a/input/input.h
+++ b/input/input.h
@@ -95,6 +95,7 @@
#define MP_CMD_TV_STEP_FREQ 93
#define MP_CMD_TV_TELETEXT_ADD_DEC 94
#define MP_CMD_TV_TELETEXT_GO_LINK 95
+#define MP_CMD_BALANCE 96
#define MP_CMD_GUI_EVENTS 5000
#define MP_CMD_GUI_LOADFILE 5001