Module: wine Branch: refs/heads/master Commit: 5de3d7df3266f7888be7164f29654dc80511ee24 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=5de3d7df3266f7888be7164f...
Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Tue Feb 14 11:35:36 2006 +0100
msvfw32: Initialize lpbiIn member of the COMPVARS structure.
---
dlls/msvideo/msvideo_main.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/msvideo/msvideo_main.c b/dlls/msvideo/msvideo_main.c index ce9a25e..1e1962a 100644 --- a/dlls/msvideo/msvideo_main.c +++ b/dlls/msvideo/msvideo_main.c @@ -924,6 +924,7 @@ BOOL VFWAPI ICCompressorChoose(HWND hwnd 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;