Set QuickDraw palette opaque.
This commit is contained in:
parent
3bf54ab565
commit
9f9a1f424e
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ static int decode_frame(AVCodecContext *avctx,
|
|||
buf++;
|
||||
b = *buf++;
|
||||
buf++;
|
||||
pal[idx] = (r << 16) | (g << 8) | b;
|
||||
pal[idx] = 0xFF << 24 | r << 16 | g << 8 | b;
|
||||
}
|
||||
p->palette_has_changed = 1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue