1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

avifil32: Update lCurrentFrame in IGetFrame_fnGetFrame().

This commit is contained in:
Paul Gofman 2024-03-28 12:40:37 -06:00 committed by Alexandre Julliard
parent 6ea3bc56ec
commit a2c20d0e93

View file

@ -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);
}