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.
This commit is contained in:
Aric Stewart 2012-01-13 06:38:44 -06:00 committed by Alexandre Julliard
parent 76a30f6b68
commit 607e274f81

View File

@ -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
};