Funcom ISS file demuxer.
More...
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.
#define ISS_SIG "IMA_ADPCM_Sound" |
#define MAX_TOKEN_SIZE 20 |
Definition at line 61 of file iss.c.
Definition at line 69 of file iss.c.
Initial value:= {
.name = "iss",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static av_cold int iss_read_header(AVFormatContext *s)
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int iss_probe(AVProbeData *p)
static int iss_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 146 of file iss.c.