From 7562937d959ec617d4f78fd6d06aed7164b22255 Mon Sep 17 00:00:00 2001 From: albeu Date: Fri, 17 May 2002 23:47:27 +0000 Subject: Improvment for spu subtitles. Removed the integreted spudec in vobsub. Various cleanup/bugfix in vobsub (no more auto palette when a true one is here) HW spu rendering moved in spudec because we first need to reassable the packet before sending them to the hw. Spudec is now created only if nedded. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6111 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 1809455a13..db149c64f8 100644 --- a/mp_msg.h +++ b/mp_msg.h @@ -78,6 +78,8 @@ extern int verbose; // defined in mplayer.c #define MSGT_SWS 34 +#define MSGT_VOBSUB 35 + #define MSGT_MAX 64 void mp_msg_init(); -- cgit v1.2.3