avifil32: Update lCurrentFrame in IGetFrame_fnGetFrame().
This commit is contained in:
parent
6ea3bc56ec
commit
a2c20d0e93
1 changed files with 2 additions and 0 deletions
|
@ -254,6 +254,8 @@ static LPVOID WINAPI IGetFrame_fnGetFrame(IGetFrame *iface, LONG lPos)
|
|||
} /* for (lNext < lPos) */
|
||||
} /* if (This->lCurrentFrame != lPos) */
|
||||
|
||||
This->lCurrentFrame = lPos;
|
||||
|
||||
return (This->hic == NULL ? This->lpInFormat : This->lpOutFormat);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue