libavformat/xa.c File Reference

Maxis XA File Demuxer by Robert Marston (rmarston@gmail.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"

Go to the source code of this file.

Data Structures

struct  MaxisXADemuxContext

Defines

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

Functions

static int xa_probe (AVProbeData *p)
static int xa_read_header (AVFormatContext *s)
static int xa_read_packet (AVFormatContext *s, AVPacket *pkt)

Variables

AVInputFormat ff_xa_demuxer


Detailed Description

Maxis XA File Demuxer by Robert Marston (rmarston@gmail.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 Documentation

#define XA00_TAG   MKTAG('X', 'A', 0, 0)

Definition at line 34 of file xa.c.

Referenced by xa_probe().

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

Definition at line 35 of file xa.c.

Referenced by xa_probe().

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

Definition at line 36 of file xa.c.

Referenced by xa_probe().


Function Documentation

static int xa_probe ( AVProbeData p  )  [static]

Definition at line 43 of file xa.c.

static int xa_read_header ( AVFormatContext s  )  [static]

Definition at line 65 of file xa.c.

static int xa_read_packet ( AVFormatContext s,
AVPacket pkt 
) [static]

Definition at line 96 of file xa.c.


Variable Documentation

Initial value:

 {
    .name           = "xa",
    .long_name      = NULL_IF_CONFIG_SMALL("Maxis XA File Format"),
    .priv_data_size = sizeof(MaxisXADemuxContext),
    .read_probe     = xa_probe,
    .read_header    = xa_read_header,
    .read_packet    = xa_read_packet,
}

Definition at line 121 of file xa.c.


Generated on Fri Oct 26 02:48:02 2012 for FFmpeg by  doxygen 1.5.8