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.
 
      
        
          | #define XA00_TAG   MKTAG('X', 'A', 0, 0) | 
        
      
 
 
      
        
          | #define XAI0_TAG   MKTAG('X', 'A', 'I', 0) | 
        
      
 
 
      
        
          | #define XAJ0_TAG   MKTAG('X', 'A', 'J', 0) | 
        
      
 
 
Definition at line 43 of file xa.c.
 
 
Definition at line 65 of file xa.c.
 
 
Definition at line 99 of file xa.c.
 
 
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.