summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-06 22:00:27 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-06 22:00:27 +0000
commit4d135121ba00594267e8bf13f10c75d0434f3800 (patch)
treedc9ea559458aa2cc6ec959908d0e63922672ff14 /mp_msg.h
parent133757919ed223c864da120de57da1b2b74b1277 (diff)
downloadmpv-4d135121ba00594267e8bf13f10c75d0434f3800.tar.bz2
mpv-4d135121ba00594267e8bf13f10c75d0434f3800.tar.xz
MSGT_VFILTER added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5506 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 fa6773e653..f8e0287055 100644
--- a/mp_msg.h
+++ b/mp_msg.h
@@ -66,6 +66,8 @@ extern int verbose; // defined in mplayer.c
#define MSGT_INPUT 28
+#define MSGT_VFILTER 29
+
#define MSGT_MAX 64
void mp_msg_init();