quartz: Remove always true if subexpression (PVS-Studio).

This commit is contained in:
Michael Stefaniuc 2015-01-08 11:09:42 +01:00 committed by Alexandre Julliard
parent 6d3c83b869
commit b31ef9c80a
1 changed files with 1 additions and 1 deletions

View File

@ -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)