mirror of
https://github.com/mpv-player/mpv
synced 2024-12-14 19:05:33 +00:00
Don't use void * arithmetic.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26205 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ea92f386c6
commit
66fafa133f
@ -88,7 +88,7 @@ static int x_pos, y_pos;
|
||||
static struct {
|
||||
int yoffset;//y position of the page
|
||||
int doffset;//display start of the page
|
||||
void * vbase;//memory start address of the page
|
||||
uint8_t * vbase;//memory start address of the page
|
||||
int locks;
|
||||
}PageStore[MAXPAGES];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user