12 Dec
2025
12 Dec
'25
7:22 p.m.
Esme Povirk (@madewokherd) commented about dlls/windowscodecs/converter.c:
return hr; }
+static HRESULT copypixels_to_1bppIndexed(struct FormatConverter *This, const WICRect *prc, + UINT cbStride, UINT cbBufferSize, BYTE *pbBuffer, enum pixelformat source_format) +{ + HRESULT hr;
This is unused. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9722#note_125538