[MPlayer-dev-eng] [BUG] bug in vo_png?
Michael Niedermayer
michaelni at gmx.at
Tue May 14 00:58:01 CEST 2002
Hi
On Tuesday 14 May 2002 00:40, Arpi wrote:
[...]
> it crashed inside the codec DLL.
> maybe some memory alignment etc problem, somehow triggered by the 32->24
> converter?
>
> try to change this:
> image_data = malloc(image_width*image_height*3);
> to:
> image_data = malloc(image_width*image_height*3+16);
>
> afair Michael's 24bpp converters write a bit too much, pass the limits
hmm, afair the rgb32to24 code is from nick not from me ...
[...]
Michael
More information about the MPlayer-dev-eng
mailing list