mirror of
https://github.com/UberGames/ioef.git
synced 2025-05-31 09:21:27 +00:00
* Ogg codec support from Joerg Dietrich <dietrich_joerg@gmx.de> (disabled by
default)
This commit is contained in:
parent
f5f3c64a25
commit
dbf7caec10
4 changed files with 499 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue