From 69fdb30400cd67922cfb612ed33403f4f91b3d03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Fri, 21 Jan 2011 01:27:56 +0100 Subject: 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. --- mp_msg.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'mp_msg.h') 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 -- cgit v1.2.3