[MPlayer-dev-eng] [PATCH] decoding of MS-RLE in 4-bit is buggy
Alex Beregszaszi
alex at fsn.hu
Sun Jul 20 19:31:21 CEST 2003
Hi,
> > The correct code must be
> >
> > rle_code = ((stream_byte + 1) & (~1)) / 2;
> > extra_byte = rle_code & 0x01;
> >
> > which is the same as the spec says.
> >
> I'll apply it. Can you please upload a working sample (i don't have
> any 4bit MSrle files)?
Any progress on this thread? I would be happy to have this fixed before
the release.
--
Alex Beregszaszi <alex at fsn.hu>
(MPlayer Core Developer -- http://www.mplayerhq.hu/)
More information about the MPlayer-dev-eng
mailing list