windowscodecs: Print a FIXME when WICConvertBitmapSource fails.
This commit is contained in:
parent
529bdca8a8
commit
341b6ffd71
|
@ -1064,6 +1064,7 @@ HRESULT WINAPI WICConvertBitmapSource(REFWICPixelFormatGUID dstFormat, IWICBitma
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
FIXME("cannot convert %s to %s\n", debugstr_guid(&srcFormat), debugstr_guid(dstFormat));
|
||||||
*ppIDst = NULL;
|
*ppIDst = NULL;
|
||||||
return WINCODEC_ERR_COMPONENTNOTFOUND;
|
return WINCODEC_ERR_COMPONENTNOTFOUND;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue