msvfw32: Initialize lpbiIn member of the COMPVARS structure.

This commit is contained in:
Dmitry Timoshkov 2006-02-14 11:35:36 +01:00 committed by Alexandre Julliard
parent 186a5cfdf5
commit 5de3d7df32
1 changed files with 1 additions and 0 deletions

View File

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