You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Set second Delphine Software International CIN palette opaque.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user