mirror of
https://github.com/reactos/wine.git
synced 2024-12-01 07:30:37 +00:00
windowscodecs: Fix wrong pointer to formal parameter.
This commit is contained in:
parent
ca2b70b285
commit
98186d42a5
@ -397,7 +397,7 @@ static HRESULT WINAPI IcnsFrameEncode_WriteSource(IWICBitmapFrameEncode *iface,
|
||||
if (!This->initialized)
|
||||
return WINCODEC_ERR_WRONGSTATE;
|
||||
|
||||
hr = configure_write_source(iface, pIBitmapSource, &prc,
|
||||
hr = configure_write_source(iface, pIBitmapSource, prc,
|
||||
&GUID_WICPixelFormat32bppBGRA, This->size, This->size,
|
||||
1.0, 1.0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user