From 5de3d7df3266f7888be7164f29654dc80511ee24 Mon Sep 17 00:00:00 2001 From: Dmitry Timoshkov Date: Tue, 14 Feb 2006 11:35:36 +0100 Subject: [PATCH] msvfw32: Initialize lpbiIn member of the COMPVARS structure. --- dlls/msvideo/msvideo_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/msvideo/msvideo_main.c b/dlls/msvideo/msvideo_main.c index ce9a25e1f08..1e1962ae0a9 100644 --- a/dlls/msvideo/msvideo_main.c +++ b/dlls/msvideo/msvideo_main.c @@ -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;