mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
sync
This commit is contained in:
@@ -55,9 +55,7 @@ typedef struct Track_s {
|
||||
/* 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_as_pcm;
|
||||
#ifdef MARTII
|
||||
int inject_raw_pcm;
|
||||
#endif
|
||||
} Track_t;
|
||||
|
||||
typedef struct Manager_s {
|
||||
|
@@ -53,9 +53,7 @@ typedef struct Writer_s {
|
||||
} Writer_t;
|
||||
|
||||
extern Writer_t WriterAudioIPCM;
|
||||
#ifdef MARTII
|
||||
extern Writer_t WriterAudioPCM;
|
||||
#endif
|
||||
extern Writer_t WriterAudioMP3;
|
||||
extern Writer_t WriterAudioMPEGL3;
|
||||
extern Writer_t WriterAudioAC3;
|
||||
@@ -83,9 +81,7 @@ extern Writer_t WriterDVBSubtitle;
|
||||
|
||||
static Writer_t * AvailableWriter[] = {
|
||||
&WriterAudioIPCM,
|
||||
#ifdef MARTII
|
||||
&WriterAudioPCM,
|
||||
#endif
|
||||
&WriterAudioMP3,
|
||||
&WriterAudioMPEGL3,
|
||||
&WriterAudioAC3,
|
||||
|
Reference in New Issue
Block a user