summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
authoranders <anders@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-01 06:45:08 +0000
committeranders <anders@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-01 06:45:08 +0000
commit1f6c494641c4ca99eec7a9f47818526c72789439 (patch)
tree17bf220c1c1ac1144dfa8212f09444e51c248a26 /mp_msg.h
parentc0091278d8f15580eecebfc8c454fba250cf4b94 (diff)
downloadmpv-1f6c494641c4ca99eec7a9f47818526c72789439.tar.bz2
mpv-1f6c494641c4ca99eec7a9f47818526c72789439.tar.xz
Adding new audio output filter layer libaf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7569 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp_msg.h')
-rw-r--r--mp_msg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mp_msg.h b/mp_msg.h
index 158470de89..6e15a2c5e3 100644
--- a/mp_msg.h
+++ b/mp_msg.h
@@ -81,6 +81,8 @@ extern int verbose; // defined in mplayer.c
#define MSGT_VOBSUB 35
#define MSGT_SUBREADER 36
+#define MSGT_AFILTER 37 // Audio filter messages
+
#define MSGT_MAX 64
void mp_msg_init();