mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 15:33:00 +02:00
libeplayer3-arm: cleanup types, use Context_t in commands
This commit is contained in:
@@ -10,11 +10,11 @@ typedef enum { eNone, eAudio, eVideo} eWriterType_t;
|
||||
typedef struct
|
||||
{
|
||||
int fd;
|
||||
unsigned char *data;
|
||||
uint8_t *data;
|
||||
unsigned int len;
|
||||
unsigned long long int Pts;
|
||||
uint64_t Pts;
|
||||
unsigned long long int Dts;
|
||||
unsigned char *private_data;
|
||||
uint8_t *private_data;
|
||||
unsigned int private_size;
|
||||
unsigned int FrameRate;
|
||||
unsigned int FrameScale;
|
||||
@@ -38,7 +38,7 @@ typedef struct WriterCaps_s
|
||||
typedef struct Writer_s
|
||||
{
|
||||
int (* reset)();
|
||||
int (* writeData)(void *);
|
||||
int (* writeData)(WriterAVCallData_t *);
|
||||
WriterCaps_t *caps;
|
||||
} Writer_t;
|
||||
|
||||
|
Reference in New Issue
Block a user