diff --git a/dlls/quartz/avisplit.c b/dlls/quartz/avisplit.c index 68a91ff6d16..e90035d5fca 100644 --- a/dlls/quartz/avisplit.c +++ b/dlls/quartz/avisplit.c @@ -482,11 +482,6 @@ static HRESULT AVISplitter_InputPin_PreConnect(IPin * iface, IPin * pConnectPin) ERR("Input stream not a RIFF file\n"); return E_FAIL; } - if (list.cb > 1 * 1024 * 1024 * 1024) /* cannot be more than 1Gb in size */ - { - ERR("Input stream violates RIFF spec\n"); - return E_FAIL; - } if (list.fccListType != ckidAVI) { ERR("Input stream not an AVI RIFF file\n");