summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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();