PNG: Prevent libpng default error output
The libpng manual says that a custom error handler should neverreturn, so we'll just longjmp past the loader.
View differences
PNG: Prevent libpng default error output
The libpng manual says that a custom error handler should never
return, so we'll just longjmp past the loader.