summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/msvideo1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libffmpeg/libavcodec/msvideo1.c')
-rw-r--r--src/libffmpeg/libavcodec/msvideo1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libffmpeg/libavcodec/msvideo1.c b/src/libffmpeg/libavcodec/msvideo1.c
index 71d8af987..6e1d0a8d4 100644
--- a/src/libffmpeg/libavcodec/msvideo1.c
+++ b/src/libffmpeg/libavcodec/msvideo1.c
@@ -38,6 +38,8 @@
#include "avcodec.h"
#include "dsputil.h"
+#undef LE_16
+
#define PALETTE_COUNT 256
#define LE_16(x) ((((uint8_t*)(x))[1] << 8) | ((uint8_t*)(x))[0])
#define CHECK_STREAM_PTR(n) \