Commit 607e274f authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

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.
parent 76a30f6b
......@@ -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
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment