libeplayer3: move audio resampling to dedicated ipcm writer

Origin commit data
------------------
Branch: master
Commit: 21a7d427fd
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 13:21:58 +02:00
parent 91412a3c1b
commit 1bada7d686
7 changed files with 203 additions and 175 deletions

View File

@@ -42,15 +42,15 @@ typedef struct {
int uSampleRate;
int uBitsPerSample;
int bLittleEndian;
int restart_audio_resampling;
uint64_t pts;
int64_t pts;
char *type;
/* context from ffmpeg */
AVFormatContext *avfc;
/* stream from ffmpeg */
AVStream *stream;
AVPacket *packet;
} AudioVideoOut_t;
struct Context_s;