diff ipmovie.c @ 386:c152849ee643 libavformat

remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> MKTAG/MKBETAG
author melanson
date Sun, 14 Mar 2004 04:04:08 +0000
parents 0fb9e6396a0d
children b69898ffc92a
line wrap: on
line diff
--- a/ipmovie.c	Sun Mar 14 02:59:33 2004 +0000
+++ b/ipmovie.c	Sun Mar 14 04:04:08 2004 +0000
@@ -42,13 +42,6 @@
 static inline void debug_ipmovie(const char *format, ...) { }
 #endif
 
-
-#define LE_16(x)  ((((uint8_t*)(x))[1] << 8) | ((uint8_t*)(x))[0])
-#define LE_32(x)  ((((uint8_t*)(x))[3] << 24) | \
-                   (((uint8_t*)(x))[2] << 16) | \
-                   (((uint8_t*)(x))[1] << 8) | \
-                    ((uint8_t*)(x))[0])
-
 #define IPMOVIE_SIGNATURE "Interplay MVE File\x1A\0"
 #define IPMOVIE_SIGNATURE_SIZE 20
 #define CHUNK_PREAMBLE_SIZE 4