summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-01-21 01:27:56 +0100
committerUoti Urpala <uau@glyph.nonexistent.invalid>2011-01-25 03:15:18 +0200
commit69fdb30400cd67922cfb612ed33403f4f91b3d03 (patch)
treeb19537a204a08af51298bded433aab65e7a28a59 /mp_msg.h
parent83f37b54dedcfdb07684010571137697b3955b09 (diff)
downloadmpv-69fdb30400cd67922cfb612ed33403f4f91b3d03.tar.bz2
mpv-69fdb30400cd67922cfb612ed33403f4f91b3d03.tar.xz
mp_msg: Remove uses of MSGT_MENCODER
Some of the code that could run outside MEcoder used MSGT_MENCODER. Replace those with appropriate MSGT_ types.
Diffstat (limited to 'mp_msg.h')
-rw-r--r--mp_msg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mp_msg.h b/mp_msg.h
index ca39aa092e..7273b2a82d 100644
--- a/mp_msg.h
+++ b/mp_msg.h
@@ -79,8 +79,6 @@ extern int verbose;
#define MSGT_STREAM 20 // stream.c
#define MSGT_CACHE 21 // cache2.c
-#define MSGT_MENCODER 22
-
#define MSGT_XACODEC 23 // XAnim codecs
#define MSGT_TV 24 // TV input subsystem