Commit 656e13b4 authored by Ziqing Hui's avatar Ziqing Hui Committed by Alexandre Julliard

windowscodecs: Implement DdsDecoder_GetDecoderInfo().

parent 27c46485
......@@ -200,9 +200,9 @@ static HRESULT WINAPI DdsDecoder_GetContainerFormat(IWICBitmapDecoder *iface,
static HRESULT WINAPI DdsDecoder_GetDecoderInfo(IWICBitmapDecoder *iface,
IWICBitmapDecoderInfo **ppIDecoderInfo)
{
FIXME("(%p,%p): stub.\n", iface, ppIDecoderInfo);
TRACE("(%p,%p)\n", iface, ppIDecoderInfo);
return E_NOTIMPL;
return get_decoder_info(&CLSID_WICDdsDecoder, ppIDecoderInfo);
}
static HRESULT WINAPI DdsDecoder_CopyPalette(IWICBitmapDecoder *iface,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment