Commit b7b031aa authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

avifil32: Avoid a cast from a COM object to an iface.

parent 9815806f
......@@ -504,7 +504,7 @@ PGETFRAME AVIFILE_CreateGetFrame(PAVISTREAM pStream)
IAVIStream_AddRef(pStream);
}
return (PGETFRAME)pg;
return &pg->IGetFrame_iface;
}
/***********************************************************************/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment