mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
libeplayer: remove inject_raw_pcm (unused)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user