Maxis XA File Demuxer by Robert Marston (rmars.nosp@m.ton@.nosp@m.gmail.nosp@m..com) for more information on the XA audio format see http://wiki.multimedia.cx/index.php?title=Maxis_XA.
More...
Go to the source code of this file.
Maxis XA File Demuxer by Robert Marston (rmars.nosp@m.ton@.nosp@m.gmail.nosp@m..com) for more information on the XA audio format see http://wiki.multimedia.cx/index.php?title=Maxis_XA.
Definition in file xa.c.
◆ XA00_TAG
#define XA00_TAG MKTAG('X', 'A', 0, 0) |
◆ XAI0_TAG
#define XAI0_TAG MKTAG('X', 'A', 'I', 0) |
◆ XAJ0_TAG
#define XAJ0_TAG MKTAG('X', 'A', 'J', 0) |
◆ xa_probe()
Definition at line 43 of file xa.c.
◆ xa_read_header()
Definition at line 65 of file xa.c.
◆ xa_read_packet()
Definition at line 99 of file xa.c.
◆ ff_xa_demuxer
Initial value:= {
.name = "xa",
}
static int xa_probe(AVProbeData *p)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int xa_read_packet(AVFormatContext *s, AVPacket *pkt)
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int xa_read_header(AVFormatContext *s)
Definition at line 124 of file xa.c.