Aric Stewart : wineqtdecoder: Lower the Merit of the filters.

Alexandre Julliard julliard at winehq.org
Fri Jan 13 11:44:31 CST 2012


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

Author: Aric Stewart <aric at codeweavers.com>
Date:   Fri Jan 13 06:38:44 2012 -0600

wineqtdecoder: Lower the Merit of the filters.

As they are designed to be catch all decoders for unhandled type do not
have them compete with potentially fully functional targeted filters.

---

 dlls/wineqtdecoder/main.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/wineqtdecoder/main.c b/dlls/wineqtdecoder/main.c
index dfa961f..e6e7e60 100644
--- a/dlls/wineqtdecoder/main.c
+++ b/dlls/wineqtdecoder/main.c
@@ -108,7 +108,7 @@ static const AMOVIESETUP_PIN amfQTDPin[] =
 static const AMOVIESETUP_FILTER amfQTV =
 {   &CLSID_QTVDecoder,
     wQTVName,
-    MERIT_NORMAL,
+    MERIT_NORMAL-1,
     2,
     amfQTVPin
 };
@@ -116,7 +116,7 @@ static const AMOVIESETUP_FILTER amfQTV =
 static const AMOVIESETUP_FILTER amfQTD =
 {   &CLSID_QTSplitter,
     wQTDName,
-    MERIT_NORMAL,
+    MERIT_NORMAL-1,
     3,
     amfQTDPin
 };




More information about the wine-cvs mailing list