mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 23:58:56 +00:00
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
|
||||
{
|
||||
FIXME("cannot convert %s to %s\n", debugstr_guid(&srcFormat), debugstr_guid(dstFormat));
|
||||
*ppIDst = NULL;
|
||||
return WINCODEC_ERR_COMPONENTNOTFOUND;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user