[codec,test] better error logging for progressive
This commit is contained in:
parent
ab9462151e
commit
f9a4bd44ba
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user