mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
Set Smacker palette opaque.
This commit is contained in:
parent
c99cd3e2e2
commit
7cd906c179
@ -386,7 +386,7 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPac
|
||||
|
||||
buf++;
|
||||
for(i = 0; i < 256; i++)
|
||||
*pal++ = bytestream_get_be24(&buf);
|
||||
*pal++ = 0xFF << 24 | bytestream_get_be24(&buf);
|
||||
buf_size -= 769;
|
||||
|
||||
last_reset(smk->mmap_tbl, smk->mmap_last);
|
||||
|
Loading…
Reference in New Issue
Block a user