Christian Costa : amstream: Register media stream filter.

Alexandre Julliard julliard at winehq.org
Fri Jan 29 10:56:37 CST 2010


Module: wine
Branch: master
Commit: 607cb33fd53f93bb3fe47c0fd7f705d821182114
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=607cb33fd53f93bb3fe47c0fd7f705d821182114

Author: Christian Costa <titan.costa at wanadoo.fr>
Date:   Fri Jan 29 16:28:22 2010 +0100

amstream: Register media stream filter.

---

 dlls/amstream/regsvr.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

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-cvs mailing list