amstream: Register CLSID_AMDirectDrawStream.

This commit is contained in:
David Adam 2008-04-27 12:16:33 +02:00 committed by Alexandre Julliard
parent 653c7e7dca
commit 8c21ebc685
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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 */
};