mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 03:48:01 +00:00
msvfw32: Make it easier to recognize missing media codecs.
This commit is contained in:
parent
9e09982847
commit
79c37ac88b
@ -649,8 +649,8 @@ HIC VFWAPI ICLocate(DWORD fccType, DWORD fccHandler, LPBITMAPINFOHEADER lpbiIn,
|
||||
if (fccType == streamtypeVIDEO)
|
||||
return ICLocate(ICTYPE_VIDEO, fccHandler, lpbiIn, lpbiOut, wMode);
|
||||
|
||||
WARN("(%s,%s,%p,%p,0x%04x) not found!\n",
|
||||
wine_dbgstr_fcc(fccType), wine_dbgstr_fcc(fccHandler), lpbiIn, lpbiOut, wMode);
|
||||
ERR("Required media codec '%s %s' not found!\n",
|
||||
wine_dbgstr_fcc(fccType), wine_dbgstr_fcc(fccHandler));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user