Aric Stewart : quartz: Lower the merit on our current builtin filters.

Alexandre Julliard julliard at winehq.org
Tue Jan 17 13:45:31 CST 2012


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

Author: Aric Stewart <aric at codeweavers.com>
Date:   Tue Jan 17 09:02:25 2012 -0600

quartz: Lower the merit on our current builtin filters.

---

 dlls/quartz/regsvr.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/quartz/regsvr.c b/dlls/quartz/regsvr.c
index 2bf139e..7adf7d4 100644
--- a/dlls/quartz/regsvr.c
+++ b/dlls/quartz/regsvr.c
@@ -881,7 +881,7 @@ static struct regsvr_filter const filter_list[] = {
     {   &CLSID_AviSplitter,
 	&CLSID_LegacyAmFilterCategory,
 	{'A','V','I',' ','S','p','l','i','t','t','e','r',0},
-	0x600000,
+	0x5ffff0,
 	{   {   0,
 		{   { &MEDIATYPE_Stream, &MEDIASUBTYPE_Avi },
 		    { NULL }
@@ -898,7 +898,7 @@ static struct regsvr_filter const filter_list[] = {
     {   &CLSID_MPEG1Splitter,
         &CLSID_LegacyAmFilterCategory,
         {'M','P','E','G','-','I',' ','S','t','r','e','a','m',' ','S','p','l','i','t','t','e','r',0},
-        0x600000,
+        0x5ffff0,
         {   {   0,
                 {   { &MEDIATYPE_Stream, &MEDIASUBTYPE_MPEG1Audio },
                     { &MEDIATYPE_Stream, &MEDIASUBTYPE_MPEG1Video },
@@ -987,7 +987,7 @@ static struct regsvr_filter const filter_list[] = {
     {   &CLSID_AVIDec,
 	&CLSID_LegacyAmFilterCategory,
 	{'A','V','I',' ','D','e','c','o','m','p','r','e','s','s','o','r',0},
-	0x600000,
+	0x5ffff0,
 	{   {   0,
 		{   { &MEDIATYPE_Video, &GUID_NULL },
 		    { NULL }
@@ -1016,7 +1016,7 @@ static struct regsvr_filter const filter_list[] = {
     {   &CLSID_ACMWrapper,
 	&CLSID_LegacyAmFilterCategory,
 	{'A','C','M',' ','W','r','a','p','p','e','r',0},
-	0x600000,
+	0x5ffff0,
 	{   {   0,
 		{   { &MEDIATYPE_Audio, &GUID_NULL },
 		    { NULL }




More information about the wine-cvs mailing list