mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
libeplayer3: use uint32_t for frame buffer access
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define WRITER_H_
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
|
||||
typedef enum { eNone, eAudio, eVideo, eGfx} eWriterType_t;
|
||||
|
||||
@@ -33,7 +34,7 @@ typedef struct {
|
||||
int fd;
|
||||
unsigned int Screen_Width;
|
||||
unsigned int Screen_Height;
|
||||
unsigned char* destination;
|
||||
uint32_t *destination;
|
||||
unsigned int destStride;
|
||||
} WriterFBCallData_t;
|
||||
|
||||
|
Reference in New Issue
Block a user