summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mp_msg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mp_msg.h b/mp_msg.h
index 062e206d68..e0f785dc89 100644
--- a/mp_msg.h
+++ b/mp_msg.h
@@ -41,6 +41,7 @@ extern int verbose; // defined in mplayer.c
#define MSGT_SEEK 14 // seeking code
#define MSGT_WIN32 15 // win32 dll stuff
#define MSGT_OPEN 16 // open.c (stream opening)
+#define MSGT_DVD 17 // open.c (DVD init/read/seek)
#define MSGT_MAX 64