clang-fix?

This commit is contained in:
georgemoralis 2024-11-20 17:42:46 +02:00
parent ed4c5caf3d
commit 902eef2b3e

View File

@ -151,6 +151,7 @@ s32 PS4_SYSV_ABI scePngDecDecode(OrbisPngDecHandle handle, const OrbisPngDecDeco
if (color_type == PNG_COLOR_TYPE_RGB || color_type == PNG_COLOR_TYPE_GRAY ||
color_type == PNG_COLOR_TYPE_PALETTE)
png_set_add_alpha(pngh->png_ptr, 0xFF, PNG_FILLER_AFTER);
png_read_update_info(pngh->png_ptr, pngh->info_ptr);
png_bytep* row_pointers = NULL;