This commit is contained in:
martii
2012-11-04 18:46:58 +01:00
3 changed files with 6 additions and 21 deletions

View File

@@ -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 {