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/demuxers/demux_idcin.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/demuxers/demux_idcin.c') diff --git a/src/demuxers/demux_idcin.c b/src/demuxers/demux_idcin.c index 309073b75..217c5faba 100644 --- a/src/demuxers/demux_idcin.c +++ b/src/demuxers/demux_idcin.c @@ -63,7 +63,7 @@ * - if any bytes exceed 63, do not shift the bytes at all before * transmitting them to the video decoder * - * $Id: demux_idcin.c,v 1.14 2002/10/06 02:35:08 tmmm Exp $ + * $Id: demux_idcin.c,v 1.15 2002/10/06 03:48:13 komadori Exp $ */ #ifdef HAVE_CONFIG_H @@ -83,9 +83,6 @@ #include "demux.h" #include "bswap.h" -#define LE_16(x) (le2me_16(*(unsigned short *)(x))) -#define LE_32(x) (le2me_32(*(unsigned int *)(x))) - #define VALID_ENDS "cin" #define IDCIN_HEADER_SIZE 20 #define HUFFMAN_TABLE_SIZE 65536 -- cgit v1.2.3