mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 15:33:00 +02:00
libeplayer3: use uint32_t for frame buffer access
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user