libeplayer3: cleanup pcm writer

This commit is contained in:
martii
2014-04-05 17:44:42 +02:00
parent 58b9518db1
commit 492b7f1b8d
8 changed files with 45 additions and 117 deletions

View File

@@ -37,10 +37,6 @@ typedef enum {
} OutputCmd_t;
typedef struct {
int uNoOfChannels;
int uSampleRate;
int uBitsPerSample;
int bLittleEndian;
int restart_audio_resampling;
int64_t pts;