windowscodecs: Print a FIXME when WICConvertBitmapSource fails.

This commit is contained in:
Vincent Povirk 2009-08-24 13:11:08 -05:00 committed by Alexandre Julliard
parent 529bdca8a8
commit 341b6ffd71
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}