libeplayer3: use uint32_t for frame buffer access

This commit is contained in:
martii
2013-07-27 11:17:49 +02:00
committed by Stefan Seyfried
parent 9f27e84225
commit 8e0c61ead0
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;