msvfw32: Initialize lpbiIn member of the COMPVARS structure.
This commit is contained in:
parent
186a5cfdf5
commit
5de3d7df32
|
@ -924,6 +924,7 @@ BOOL VFWAPI ICCompressorChoose(HWND hwnd, UINT uiFlags, LPVOID pvIn,
|
|||
pc->dwFlags = 0;
|
||||
pc->fccType = pc->fccHandler = 0;
|
||||
pc->hic = NULL;
|
||||
pc->lpbiIn = NULL;
|
||||
pc->lpbiOut = NULL;
|
||||
pc->lpBitsOut = pc->lpBitsPrev = pc->lpState = NULL;
|
||||
pc->lQ = ICQUALITY_DEFAULT;
|
||||
|
|
Loading…
Reference in New Issue