From 24ed40652239b8e3841803e473b31736b4d04bca Mon Sep 17 00:00:00 2001 From: Robin KAY Date: Sun, 6 Oct 2002 03:48:13 +0000 Subject: Workaround for code generation bug in gcc on SPARC. Mike's endian macros now moved to bswap.h CVS patchset: 2794 CVS date: 2002/10/06 03:48:13 --- src/libxinevdec/qtrpza.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/libxinevdec/qtrpza.c') diff --git a/src/libxinevdec/qtrpza.c b/src/libxinevdec/qtrpza.c index 4ccdd2c94..293b381d4 100644 --- a/src/libxinevdec/qtrpza.c +++ b/src/libxinevdec/qtrpza.c @@ -21,7 +21,7 @@ * For more information about the RPZA format, visit: * http://www.pcisys.net/~melanson/codecs/ * - * $Id: qtrpza.c,v 1.4 2002/09/05 22:19:03 mroi Exp $ + * $Id: qtrpza.c,v 1.5 2002/10/06 03:48:13 komadori Exp $ */ #include @@ -38,9 +38,6 @@ #define VIDEOBUFSIZE 128*1024 -#define BE_16(x) (be2me_16(*(unsigned short *)(x))) -#define BE_32(x) (be2me_32(*(unsigned int *)(x))) - typedef struct qtrpza_decoder_s { video_decoder_t video_decoder; /* parent video decoder structure */ -- cgit v1.2.3