mciavi32: Make a debug message more clear.
This commit is contained in:
parent
4114e04815
commit
1862c38f7d
|
@ -398,8 +398,8 @@ BOOL MCIAVI_GetInfo(WINE_MCIAVI* wma)
|
|||
mmioAscend(wma->hFile, &mmckInfo, 0);
|
||||
}
|
||||
if (alb.numVideoFrames != wma->dwPlayableVideoFrames) {
|
||||
WARN("Found %d video frames (/%d), reducing playable frames\n",
|
||||
alb.numVideoFrames, wma->dwPlayableVideoFrames);
|
||||
WARN("AVI header says %d frames, we found %d video frames, reducing playable frames\n",
|
||||
wma->dwPlayableVideoFrames, alb.numVideoFrames);
|
||||
wma->dwPlayableVideoFrames = alb.numVideoFrames;
|
||||
}
|
||||
wma->dwPlayableAudioBlocks = alb.numAudioBlocks;
|
||||
|
|
Loading…
Reference in New Issue