Use os/2 palette even if it contains less than 256 entries.

Fixes 11Bios13.bmp.
This commit is contained in:
Carl Eugen Hoyos 2014-07-04 21:23:53 +02:00
parent 8f6a04a279
commit 810294ce3d

View File

@ -248,6 +248,8 @@ static int bmp_decode_frame(AVCodecContext *avctx,
} else if (t) {
colors = t;
}
} else {
colors = FFMIN(256, (hsize-ihsize-14) / 3);
}
buf = buf0 + 14 + ihsize; //palette location
// OS/2 bitmap, 3 bytes per palette entry