mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
jpegenc: Fix missing log.
This commit is contained in:
parent
e87f17fe8c
commit
1646382f39
@ -173,8 +173,8 @@ s32 PS4_SYSV_ABI sceJpegEncEncode(OrbisJpegEncHandle handle, const OrbisJpegEncE
|
|||||||
|
|
||||||
LOG_ERROR(Lib_Jpeg,
|
LOG_ERROR(Lib_Jpeg,
|
||||||
"(STUBBED) image_size = {} , jpeg_size = {} , image_width = {} , image_height = {} , "
|
"(STUBBED) image_size = {} , jpeg_size = {} , image_width = {} , image_height = {} , "
|
||||||
"image_pitch = {} , pixel_format = {} , encode_mode = {} , sampling_type = {} , "
|
"image_pitch = {} , pixel_format = {} , encode_mode = {} , color_space = {} , "
|
||||||
"compression_ratio = {} , restart_interval = {}",
|
"sampling_type = {} , compression_ratio = {} , restart_interval = {}",
|
||||||
param->image_size, param->jpeg_size, param->image_width, param->image_height,
|
param->image_size, param->jpeg_size, param->image_width, param->image_height,
|
||||||
param->image_pitch, magic_enum::enum_name(param->pixel_format),
|
param->image_pitch, magic_enum::enum_name(param->pixel_format),
|
||||||
magic_enum::enum_name(param->encode_mode), magic_enum::enum_name(param->color_space),
|
magic_enum::enum_name(param->encode_mode), magic_enum::enum_name(param->color_space),
|
||||||
|
Loading…
Reference in New Issue
Block a user