Commit 789da2e9 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Set second Delphine Software International CIN palette opaque.

parent b3c67372
......@@ -228,7 +228,7 @@ static int cinvideo_decode_frame(AVCodecContext *avctx,
}
} else {
for (i = 0; i < palette_colors_count; ++i) {
cin->palette[buf[0]] = AV_RL24(buf+1);
cin->palette[buf[0]] = 0xFF << 24 | AV_RL24(buf+1);
buf += 4;
bitmap_frame_size -= 4;
}
......
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