mirror of
https://github.com/reactos/wine.git
synced 2025-02-04 02:56:31 +00:00
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:
parent
76a30f6b68
commit
607e274f81
@ -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
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user