-updated libpng from 1.2.34 to 1.4.4

This commit is contained in:
fix94.1 2012-01-26 21:02:06 +00:00
parent 90d2cb2452
commit 6713dc7784
5 changed files with 3043 additions and 3801 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -776,7 +776,7 @@ int PNGU_DecodeToCMPR(IMGCTX ctx, PNGU_u32 width, PNGU_u32 height, void *buffer)
void user_error (png_structp png_ptr, png_const_charp c)
{
longjmp (png_ptr->jmpbuf, 1);
longjmp(png_jmpbuf(png_ptr), 1);
}
int PNGU_EncodeFromYCbYCr (IMGCTX ctx, PNGU_u32 width, PNGU_u32 height, void *buffer, PNGU_u32 stride)
{