Commit 8c21ebc6 authored by David Adam's avatar David Adam Committed by Alexandre Julliard

amstream: Register CLSID_AMDirectDrawStream.

parent 653c7e7d
......@@ -74,6 +74,7 @@ struct object_creation_info
static const struct object_creation_info object_creation[] =
{
{ &CLSID_AMMultiMediaStream, AM_create },
{ &CLSID_AMDirectDrawStream, AM_create },
};
static HRESULT WINAPI
......
......@@ -447,6 +447,14 @@ static struct regsvr_coclass const coclass_list[] = {
"amstream.dll",
"Both"
},
{ &CLSID_AMDirectDrawStream,
"ActiveMovie MultiMedia Stream",
NULL,
"amstream.dll",
"Both"
},
{ NULL } /* list terminator */
};
......
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