mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-12 11:59:08 +01:00
-updated libpng from 1.2.34 to 1.4.4
This commit is contained in:
parent
90d2cb2452
commit
6713dc7784
File diff suppressed because it is too large
Load Diff
Binary file not shown.
2712
source/gui/png.h
2712
source/gui/png.h
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -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)
|
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)
|
int PNGU_EncodeFromYCbYCr (IMGCTX ctx, PNGU_u32 width, PNGU_u32 height, void *buffer, PNGU_u32 stride)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user