msvfw32: Avoid a compiler warning.
This commit is contained in:
parent
3f191fda9f
commit
521612098c
|
@ -604,7 +604,7 @@ HIC VFWAPI ICGetDisplayFormat(
|
||||||
if (ICDecompressQuery(tmphic,lpbiIn,NULL) != 0)
|
if (ICDecompressQuery(tmphic,lpbiIn,NULL) != 0)
|
||||||
goto errout; /* no, sorry */
|
goto errout; /* no, sorry */
|
||||||
|
|
||||||
ICDecompressGetFormat(tmphic,lpbiIn,lpbiOut);
|
ICSendMessage(tmphic, ICM_DECOMPRESS_GET_FORMAT, (DWORD_PTR)lpbiIn, (DWORD_PTR)lpbiOut);
|
||||||
|
|
||||||
if (lpbiOut->biCompression != 0) {
|
if (lpbiOut->biCompression != 0) {
|
||||||
FIXME("Ooch, how come decompressor outputs compressed data (%d)??\n",
|
FIXME("Ooch, how come decompressor outputs compressed data (%d)??\n",
|
||||||
|
|
Loading…
Reference in New Issue