FFmpeg
Classes | Macros | Typedefs | Variables
xa.c File Reference

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...

#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"

Classes

struct  MaxisXADemuxContext
 

Macros

#define XA00_TAG   MKTAG('X', 'A', 0, 0)
 
#define XAI0_TAG   MKTAG('X', 'A', 'I', 0)
 
#define XAJ0_TAG   MKTAG('X', 'A', 'J', 0)
 

Typedefs

typedef struct MaxisXADemuxContext MaxisXADemuxContext
 

Variables

AVInputFormat ff_xa_demuxer
 

Detailed Description

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.

Variable Documentation

§ ff_xa_demuxer

AVInputFormat ff_xa_demuxer
Initial value:
= {
.name = "xa",
.long_name = NULL_IF_CONFIG_SMALL("Maxis XA"),
.priv_data_size = sizeof(MaxisXADemuxContext),
.read_probe = xa_probe,
.read_header = xa_read_header,
.read_packet = xa_read_packet,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
Definition: xa.c:38