libeplayer3: cleanup pcm writer

Origin commit data
------------------
Branch: master
Commit: 492b7f1b8d
Author: martii <m4rtii@gmx.de>
Date: 2014-04-05 (Sat, 05 Apr 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2014-04-05 17:44:42 +02:00
parent c98162dca0
commit 6122d9e51d
8 changed files with 45 additions and 117 deletions

Binary file not shown.

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;

View File

@@ -20,10 +20,6 @@ typedef struct Context_s Context_t;
typedef struct {
int fd;
int64_t Pts;
int uNoOfChannels;
int uSampleRate;
int uBitsPerSample;
int bLittleEndian;
int restart_audio_resampling;
AVFormatContext *avfc;
AVStream *stream;