mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 07:22:44 +02:00
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:
@@ -54,14 +54,10 @@ typedef struct Track_s {
|
||||
/* stream from ffmpeg */
|
||||
AVStream *stream;
|
||||
/* codec extra data (header or some other stuff) */
|
||||
uint8_t *extraData;
|
||||
int extraSize;
|
||||
|
||||
#if 0
|
||||
uint8_t *aacbuf;
|
||||
unsigned int aacbuflen;
|
||||
int have_aacheader;
|
||||
#endif
|
||||
// int uNoOfChannels;
|
||||
// int uSampleRate;
|
||||
// int uBitsPerSample;
|
||||
// int bLittleEndian;
|
||||
|
||||
/* If player2 or the elf do not support decoding of audio codec set this.
|
||||
* AVCodec is than used for softdecoding and stream will be injected as PCM */
|
||||
|
Reference in New Issue
Block a user