diff --git a/libavcodec/eacmv.c b/libavcodec/eacmv.c index e05a7a9b0a..8a8d6a9cef 100644 --- a/libavcodec/eacmv.c +++ b/libavcodec/eacmv.c @@ -141,7 +141,7 @@ static void cmv_process_header(CmvContext *s, const uint8_t *buf, const uint8_t buf += 16; for (i=pal_start; i= 3; i++) { - s->palette[i] = AV_RB24(buf); + s->palette[i] = 0xFF << 24 | AV_RB24(buf); buf += 3; } }