mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
libpng: lowered log level
This commit is contained in:
parent
7a3827395c
commit
b6b06ec485
@ -90,7 +90,7 @@ s32 PS4_SYSV_ABI scePngDecDecode(OrbisPngDecHandle handle, const OrbisPngDecDeco
|
|||||||
LOG_ERROR(Lib_Png, "invalid image address!");
|
LOG_ERROR(Lib_Png, "invalid image address!");
|
||||||
return ORBIS_PNG_DEC_ERROR_INVALID_ADDR;
|
return ORBIS_PNG_DEC_ERROR_INVALID_ADDR;
|
||||||
}
|
}
|
||||||
LOG_ERROR(Lib_Png,
|
LOG_TRACE(Lib_Png,
|
||||||
"pngMemSize = {} , imageMemSize = {} , pixelFormat = {} , alphaValue = {} , "
|
"pngMemSize = {} , imageMemSize = {} , pixelFormat = {} , alphaValue = {} , "
|
||||||
"imagePitch = {}",
|
"imagePitch = {}",
|
||||||
param->pngMemSize, param->imageMemSize, param->pixelFormat, param->alphaValue,
|
param->pngMemSize, param->imageMemSize, param->pixelFormat, param->alphaValue,
|
||||||
@ -243,7 +243,7 @@ s32 PS4_SYSV_ABI scePngDecParseHeader(const OrbisPngDecParseParam* param,
|
|||||||
}
|
}
|
||||||
|
|
||||||
png_destroy_read_struct(&png_ptr, &info_ptr, nullptr);
|
png_destroy_read_struct(&png_ptr, &info_ptr, nullptr);
|
||||||
LOG_ERROR(
|
LOG_TRACE(
|
||||||
Lib_Png,
|
Lib_Png,
|
||||||
"imageWidth = {} , imageHeight = {} , colorSpace = {} , bitDepth = {} , imageFlag = {}",
|
"imageWidth = {} , imageHeight = {} , colorSpace = {} , bitDepth = {} , imageFlag = {}",
|
||||||
imageInfo->imageWidth, imageInfo->imageHeight, imageInfo->colorSpace, imageInfo->bitDepth,
|
imageInfo->imageWidth, imageInfo->imageHeight, imageInfo->colorSpace, imageInfo->bitDepth,
|
||||||
|
Loading…
Reference in New Issue
Block a user