libeplayer: remove inject_raw_pcm (unused)

Origin commit data
------------------
Branch: master
Commit: 6fa9a5a495
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:24:39 +02:00
parent 1bada7d686
commit bd6d9d9247
2 changed files with 8 additions and 37 deletions

View File

@@ -45,15 +45,6 @@ typedef struct Track_s {
AVFormatContext *avfc;
/* stream from ffmpeg */
AVStream *stream;
/* codec extra data (header or some other stuff) */
// 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 */
int inject_raw_pcm;
int pending;
int is_static;