libeplayer3: use uint32_t for frame buffer access

This commit is contained in:
martii
2013-07-27 11:17:49 +02:00
parent b6d6afc07f
commit 34cb8f4030
5 changed files with 95 additions and 110 deletions

View File

@@ -114,7 +114,7 @@ typedef struct
typedef struct
{
unsigned char* destination;
uint32_t *destination;
unsigned int screen_width;
unsigned int screen_height;
unsigned int destStride;