Commit e9a2ffa1 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Set Beam Software VB palette opaque.

parent 3b5733bc
......@@ -73,7 +73,7 @@ static void vb_decode_palette(VBDecContext *c, int data_size)
return;
}
for(i = start; i <= start + size; i++)
c->pal[i] = bytestream_get_be24(&c->stream);
c->pal[i] = 0xFF << 24 | bytestream_get_be24(&c->stream);
}
static inline int check_pixel(uint8_t *buf, uint8_t *start, uint8_t *end)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment