summaryrefslogtreecommitdiff
path: root/libavcodec/rpza.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/rpza.c')
-rw-r--r--libavcodec/rpza.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/rpza.c b/libavcodec/rpza.c
index 965fb729b0..1c429f6244 100644
--- a/libavcodec/rpza.c
+++ b/libavcodec/rpza.c
@@ -53,12 +53,6 @@ typedef struct RpzaContext {
} RpzaContext;
-#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])
-
#define ADVANCE_BLOCK() \
{ \
pixel_ptr += 4; \