From f7b2fd87c8fd9e0e52f6e31ecbf0bb7c5f1f8297 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sat, 1 Dec 2001 22:38:31 +0000 Subject: add avi subtitle decoder (based on mplayer code), minor cleanups, removed register_empty function from configfile (undocumented and doesn't make sense) CVS patchset: 1153 CVS date: 2001/12/01 22:38:31 --- src/libspudec/xine_decoder.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/libspudec/xine_decoder.c') diff --git a/src/libspudec/xine_decoder.c b/src/libspudec/xine_decoder.c index 25d80f7b3..3f7e24f16 100644 --- a/src/libspudec/xine_decoder.c +++ b/src/libspudec/xine_decoder.c @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_decoder.c,v 1.42 2001/11/30 20:35:48 jcdutton Exp $ + * $Id: xine_decoder.c,v 1.43 2001/12/01 22:38:31 guenter Exp $ * * stuff needed to turn libspu into a xine decoder plugin */ @@ -39,7 +39,9 @@ #include "xineutils.h" #include "spu.h" +/* #define LOG_DEBUG 1 +*/ static clut_t __default_clut[] = { CLUT_Y_CR_CB_INIT(0x00, 0x80, 0x80), -- cgit v1.2.3