summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-02 01:35:27 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-02 01:35:27 +0000
commit894366d9a64b5a2574b4c883db8d9fadce52dedd (patch)
tree9568ce66353e692ed8446ac8fd6a054557bc5a12 /mp_msg.h
parent10ae261da70f5c324fb7838483a93c19bb7b6255 (diff)
downloadmpv-894366d9a64b5a2574b4c883db8d9fadce52dedd.tar.bz2
mpv-894366d9a64b5a2574b4c883db8d9fadce52dedd.tar.xz
MSGT_MENCODER added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2621 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 5ccc399063..1ed5feda4d 100644
--- a/mp_msg.h
+++ b/mp_msg.h
@@ -49,6 +49,8 @@ extern int verbose; // defined in mplayer.c
#define MSGT_STREAM 20 // stream.c
#define MSGT_CACHE 21 // cache2.c
+#define MSGT_MENCODER 22
+
#define MSGT_MAX 64
void mp_msg_init(int verbose);