quartz: Remove always true if subexpression (PVS-Studio).
This commit is contained in:
parent
6d3c83b869
commit
b31ef9c80a
|
@ -1199,7 +1199,7 @@ static HRESULT AVISplitter_InputPin_PreConnect(IPin * iface, IPin * pConnectPin,
|
|||
indexes = 0;
|
||||
}
|
||||
}
|
||||
else if (!indexes && pAviSplit->oldindex)
|
||||
else if (pAviSplit->oldindex)
|
||||
indexes = pAviSplit->Parser.cStreams;
|
||||
|
||||
if (!indexes && pAviSplit->AviHeader.dwFlags & AVIF_MUSTUSEINDEX)
|
||||
|
|
Loading…
Reference in New Issue