libavformat/aea.c File Reference

#include "avformat.h"
#include "pcm.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/audioconvert.h"

Go to the source code of this file.

Defines

#define AT1_SU_SIZE   212

Functions

static int aea_read_probe (AVProbeData *p)
static int aea_read_header (AVFormatContext *s)
static int aea_read_packet (AVFormatContext *s, AVPacket *pkt)

Variables

AVInputFormat ff_aea_demuxer


Define Documentation

#define AT1_SU_SIZE   212

Definition at line 28 of file aea.c.


Function Documentation

static int aea_read_header ( AVFormatContext s  )  [static]

Definition at line 57 of file aea.c.

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

Definition at line 85 of file aea.c.

static int aea_read_probe ( AVProbeData p  )  [static]

Definition at line 30 of file aea.c.


Variable Documentation

Initial value:

 {
    .name           = "aea",
    .long_name      = NULL_IF_CONFIG_SMALL("MD STUDIO audio"),
    .read_probe     = aea_read_probe,
    .read_header    = aea_read_header,
    .read_packet    = aea_read_packet,
    .read_seek      = ff_pcm_read_seek,
    .flags          = AVFMT_GENERIC_INDEX,
    .extensions     = "aea",
}

Definition at line 96 of file aea.c.


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