libeplayer: remove inject_raw_pcm (unused)

This commit is contained in:
martii
2014-04-05 13:24:39 +02:00
parent 21a7d427fd
commit 6fa9a5a495
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;