libeplayer3: let writers use AVPacket

This commit is contained in:
martii
2014-04-05 16:17:57 +02:00
parent ec307c0f09
commit 1c380d1167
15 changed files with 77 additions and 110 deletions

View File

@@ -37,9 +37,6 @@ typedef enum {
} OutputCmd_t;
typedef struct {
uint8_t *data;
unsigned int len;
int uNoOfChannels;
int uSampleRate;
int uBitsPerSample;

View File

@@ -19,8 +19,6 @@ typedef struct Context_s Context_t;
typedef struct {
int fd;
uint8_t *data;
unsigned int len;
int64_t Pts;
int uNoOfChannels;
int uSampleRate;