1
0
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:
Carl Eugen Hoyos 2011-11-12 20:16:43 +01:00
parent c99cd3e2e2
commit 7cd906c179

View File

@ -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);