[PATCH 3/3] msmpeg2vdec: Implement DllGetClassObject.

Nikolay Sivov nsivov at codeweavers.com
Thu Apr 21 01:56:22 CDT 2022



On 4/21/22 08:29, Mohamad Al-Jaf wrote:
> +static HRESULT WINAPI MSMPEGDecoderMFTFactory_CreateInstance(IClassFactory *iface, IUnknown *outer, REFIID riid, void **obj)
> +{
> +    msmpeg2vdec_class_factory *factory = impl_from_IClassFactory(iface);
> +
> +    TRACE("(iface %p, outer %p, riid %s, obj %p)\n",
> +            iface, outer, debugstr_guid(riid), obj);
> +
> +    return factory->pfnCreateInstance(outer, riid, obj);
> +}
I suspect that will crash.



More information about the wine-devel mailing list