libeplayer3: change extradata handling

Origin commit data
------------------
Branch: master
Commit: 0895d29e2a
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 11:05:37 +02:00
parent 1458aaa005
commit 724febdff5
13 changed files with 50 additions and 279 deletions

View File

@@ -38,8 +38,10 @@ typedef struct {
uint8_t *data;
unsigned int len;
uint8_t *extradata;
unsigned int extralen;
int uNoOfChannels;
int uSampleRate;
int uBitsPerSample;
int bLittleEndian;
uint64_t pts;