* Ogg codec support from Joerg Dietrich <dietrich_joerg@gmx.de> (disabled by

default)
This commit is contained in:
Tim Angus 2006-01-06 17:36:03 +00:00
parent f5f3c64a25
commit dbf7caec10
4 changed files with 499 additions and 1 deletions

View file

@ -44,6 +44,7 @@ typedef struct snd_stream_s
snd_codec_t *codec;
fileHandle_t file;
snd_info_t info;
int length;
int pos;
void *ptr;
} snd_stream_t;