Browse Source

Set second Delphine Software International CIN palette opaque.

tags/n0.9
Carl Eugen Hoyos 14 years ago
parent
commit
789da2e9f1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/dsicinav.c

+ 1
- 1
libavcodec/dsicinav.c View File

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


Loading…
Cancel
Save