summaryrefslogtreecommitdiff
path: root/libavformat/sgi.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/sgi.c')
-rw-r--r--libavformat/sgi.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavformat/sgi.c b/libavformat/sgi.c
index 11b6ab50f6..89ef72137f 100644
--- a/libavformat/sgi.c
+++ b/libavformat/sgi.c
@@ -22,13 +22,6 @@
/* #define DEBUG */
-#define BE_16(x) ((((uint8_t*)(x))[0] << 8) | ((uint8_t*)(x))[1])
-
-#define BE_32(x) ((((uint8_t*)(x))[0] << 24) | \
- (((uint8_t*)(x))[1] << 16) | \
- (((uint8_t*)(x))[2] << 8) | \
- ((uint8_t*)(x))[3])
-
/* sgi image file signature */
#define SGI_MAGIC 474