libavformat/dxa.c File Reference

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

Go to the source code of this file.

Data Structures

struct  DXAContext

Defines

#define DXA_EXTRA_SIZE   9

Functions

static int dxa_probe (AVProbeData *p)
static int dxa_read_header (AVFormatContext *s, AVFormatParameters *ap)
static int dxa_read_packet (AVFormatContext *s, AVPacket *pkt)

Variables

AVInputFormat ff_dxa_demuxer


Define Documentation

#define DXA_EXTRA_SIZE   9

Definition at line 27 of file dxa.c.

Referenced by dxa_read_packet().


Function Documentation

static int dxa_probe ( AVProbeData p  )  [static]

Definition at line 38 of file dxa.c.

static int dxa_read_header ( AVFormatContext s,
AVFormatParameters ap 
) [static]

Definition at line 54 of file dxa.c.

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

Definition at line 148 of file dxa.c.


Variable Documentation

Initial value:

 {
    .name           = "dxa",
    .long_name      = NULL_IF_CONFIG_SMALL("DXA"),
    .priv_data_size = sizeof(DXAContext),
    .read_probe     = dxa_probe,
    .read_header    = dxa_read_header,
    .read_packet    = dxa_read_packet,
}

Definition at line 216 of file dxa.c.


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