Nikolay Sivov nsivov@codeweavers.com wrote:
static HRESULT WINAPI JpegDecoder_Frame_CopyPalette(IWICBitmapFrameDecode *iface, IWICPalette *pIPalette) {
- FIXME("(%p,%p): stub\n", iface, pIPalette);
- return E_NOTIMPL;
- TRACE("(%p,%p)\n", iface, pIPalette);
- return WINCODEC_ERR_PALETTEUNAVAILABLE;
}
Probably parameter should also be validated.