amstream: Register CLSID_AMDirectDrawStream.
authorDavid Adam <david.adam.cnrs@gmail.com>
Sun, 27 Apr 2008 10:16:33 +0000 (12:16 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 28 Apr 2008 12:31:51 +0000 (14:31 +0200)
dlls/amstream/main.c
dlls/amstream/regsvr.c

index 080fc1742804d1ec43b415fe970266cc9a9d4270..7bebe901fbe65617ce78b094d9c7c85d597bf36f 100644 (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
index 054de6a8d3af0bf6f7c57ad97c1796515cd77479..478818f2a5d2a3662d42b02d437b66b81e40448b 100644 (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 */
 };