Module: wine Branch: master Commit: 341b6ffd714f5e35e57063371d34816648f840be URL: http://source.winehq.org/git/wine.git/?a=commit;h=341b6ffd714f5e35e57063371d...
Author: Vincent Povirk vincent@codeweavers.com Date: Mon Aug 24 13:11:08 2009 -0500
windowscodecs: Print a FIXME when WICConvertBitmapSource fails.
---
dlls/windowscodecs/info.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/windowscodecs/info.c b/dlls/windowscodecs/info.c index a89759b..64c3855 100644 --- a/dlls/windowscodecs/info.c +++ b/dlls/windowscodecs/info.c @@ -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; }