Go to the source code of this file.
Funcom ISS file demuxer
- Author
- Jaikrishnan Menon
- See also
- http://wiki.multimedia.cx/index.php?title=FunCom_ISS
Definition in file iss.c.
◆ ISS_SIG
#define ISS_SIG "IMA_ADPCM_Sound" |
Definition at line 35 of file iss.c.
◆ ISS_SIG_LEN
Definition at line 36 of file iss.c.
◆ MAX_TOKEN_SIZE
#define MAX_TOKEN_SIZE 20 |
Definition at line 37 of file iss.c.
◆ get_token()
static void get_token |
( |
AVIOContext * |
s, |
|
|
char * |
buf, |
|
|
int |
maxlen |
|
) |
| |
|
static |
◆ iss_probe()
Definition at line 62 of file iss.c.
◆ iss_read_header()
Definition at line 70 of file iss.c.
◆ iss_read_packet()
◆ ff_iss_demuxer
Initial value:
Definition at line 148 of file iss.c.