summaryrefslogtreecommitdiff
path: root/src/libxinevdec/rgb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libxinevdec/rgb.c')
-rw-r--r--src/libxinevdec/rgb.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/libxinevdec/rgb.c b/src/libxinevdec/rgb.c
index 0bb905f19..53fb638f3 100644
--- a/src/libxinevdec/rgb.c
+++ b/src/libxinevdec/rgb.c
@@ -21,7 +21,7 @@
* Actually, this decoder just converts a raw RGB image to a YUY2 map
* suitable for display under xine.
*
- * $Id: rgb.c,v 1.7 2002/09/05 22:19:03 mroi Exp $
+ * $Id: rgb.c,v 1.8 2002/10/06 03:48:13 komadori Exp $
*/
#include <stdio.h>
@@ -38,9 +38,6 @@
#define VIDEOBUFSIZE 128*1024
-#define LE_16(x) (le2me_16(*(uint16_t *)(x)))
-#define LE_32(x) (le2me_32(*(uint32_t *)(x)))
-
typedef struct rgb_decoder_s {
video_decoder_t video_decoder; /* parent video decoder structure */