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.
◆ ISS_SIG
#define ISS_SIG "IMA_ADPCM_Sound" |
◆ ISS_SIG_LEN
◆ MAX_TOKEN_SIZE
#define MAX_TOKEN_SIZE 20 |
◆ get_token()
◆ iss_probe()
Definition at line 61 of file iss.c.
◆ iss_read_header()
Definition at line 69 of file iss.c.
◆ iss_read_packet()
◆ ff_iss_demuxer
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.