[codec,test] better error logging for progressive

This commit is contained in:
Armin Novak 2023-12-12 14:24:02 +01:00 committed by akallabeth
parent ab9462151e
commit f9a4bd44ba

View File

@ -1085,7 +1085,8 @@ static BOOL test_encode_decode(const char* path)
const DWORD b = FreeRDPReadColor(pd, ColorFormat);
if (!colordiff(ColorFormat, a, b))
{
printf("xxxxxxx [%u:%u] %08X != %08X\n", x, y, a, b);
printf("xxxxxxx [%u:%u] [%s] %08X != %08X\n", x, y,
FreeRDPGetColorFormatName(ColorFormat), a, b);
goto fail;
}
}