mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
windowscodecs: Implement GetContainerFormat for the GIF decoder.
This commit is contained in:
parent
7c9e198a71
commit
2b14970e51
@ -369,8 +369,8 @@ static HRESULT WINAPI GifDecoder_Initialize(IWICBitmapDecoder *iface, IStream *p
|
||||
static HRESULT WINAPI GifDecoder_GetContainerFormat(IWICBitmapDecoder *iface,
|
||||
GUID *pguidContainerFormat)
|
||||
{
|
||||
FIXME("(%p,%s): stub\n", iface, debugstr_guid(pguidContainerFormat));
|
||||
return E_NOTIMPL;
|
||||
memcpy(pguidContainerFormat, &GUID_ContainerFormatGif, sizeof(GUID));
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
static HRESULT WINAPI GifDecoder_GetDecoderInfo(IWICBitmapDecoder *iface,
|
||||
|
Loading…
Reference in New Issue
Block a user