[PATCH 1/3] windowscodecs: Add stub for DdsFrameDecode.
April 27, 2020
6:21 a.m.
Changes comparing to old version of this patch: return S_OK in GetFrame instead of a error code. Signed-off-by: Ziqing Hui <zhui(a)codeweavers.com> --- dlls/windowscodecs/ddsformat.c | 155 ++++++++++++++++++++++++++++++++- 1 file changed, 153 insertions(+), 2 deletions(-)
April 2020
7:19 p.m.
+ hr = DdsFrameDecode_CreateInstance(&frame_decode); + if (hr == S_OK) *ppIBitmapFrame = &frame_decode->IWICBitmapFrameDecode_iface; + + return S_OK; I think this should return hr.
2162
Age (days ago)
2162
Last active (days ago)
1 comments
2 participants
participants (2)
-
Esme Povirk (they/them) -
Ziqing Hui