mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 14:01:27 +00:00
Set Beam Software VB palette opaque.
This commit is contained in:
parent
3b5733bcf9
commit
e9a2ffa117
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user