summaryrefslogtreecommitdiff
path: root/src/libxinevdec/qtrpza.c
diff options
context:
space:
mode:
authorRobin KAY <komadori@users.sourceforge.net>2002-10-06 03:48:13 +0000
committerRobin KAY <komadori@users.sourceforge.net>2002-10-06 03:48:13 +0000
commit24ed40652239b8e3841803e473b31736b4d04bca (patch)
tree32858182f1bbd66458e4467608cdad8efe6a9b09 /src/libxinevdec/qtrpza.c
parent08d0890139902ec1a227d2bd429585534fa6ff24 (diff)
downloadxine-lib-24ed40652239b8e3841803e473b31736b4d04bca.tar.gz
xine-lib-24ed40652239b8e3841803e473b31736b4d04bca.tar.bz2
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
Diffstat (limited to 'src/libxinevdec/qtrpza.c')
-rw-r--r--src/libxinevdec/qtrpza.c5
1 files changed, 1 insertions, 4 deletions
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 <stdio.h>
@@ -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 */