From 6fef7a200fea4795e207d0a9d860a495f469b87f Mon Sep 17 00:00:00 2001 From: eugeni Date: Fri, 3 Nov 2006 18:15:33 +0000 Subject: Introduce MSGT_ASS, use it for all libass messages. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20645 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp_msg.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mp_msg.h') diff --git a/mp_msg.h b/mp_msg.h index 1003b27edb..84e921a43c 100644 --- a/mp_msg.h +++ b/mp_msg.h @@ -99,6 +99,8 @@ extern int verbose; #define MSGT_RADIO 42 +#define MSGT_ASS 43 // libass messages + #define MSGT_MAX 64 void mp_msg_init(void); -- cgit v1.2.3