[PATCH] amstream: Register media stream filter

Christian Costa titan.costa at wanadoo.fr
Fri Jan 29 09:28:22 CST 2010


---

 dlls/amstream/regsvr.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
-------------- next part --------------
diff --git a/dlls/amstream/regsvr.c b/dlls/amstream/regsvr.c
index 028c68d..9c32891 100644
--- a/dlls/amstream/regsvr.c
+++ b/dlls/amstream/regsvr.c
@@ -456,6 +456,13 @@ static struct regsvr_coclass const coclass_list[] = {
 	"Both"
     },
 
+    {   &CLSID_MediaStreamFilter,
+	"SFilter Class",
+	NULL,
+	"amstream.dll",
+	"Both"
+    },
+
     { NULL }			/* list terminator */
 };
 


More information about the wine-patches mailing list