amstream: Register CLSID_AMDirectDrawStream.
This commit is contained in:
parent
653c7e7dca
commit
8c21ebc685
|
@ -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 */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue