#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, AVFormatParameters *ap) |
static int | aea_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVInputFormat | ff_aea_demuxer |
static int aea_read_header | ( | AVFormatContext * | s, | |
AVFormatParameters * | ap | |||
) | [static] |
static int aea_read_packet | ( | AVFormatContext * | s, | |
AVPacket * | pkt | |||
) | [static] |
static int aea_read_probe | ( | AVProbeData * | p | ) | [static] |
Initial value:
{ "aea", NULL_IF_CONFIG_SMALL("MD STUDIO audio"), 0, aea_read_probe, aea_read_header, aea_read_packet, 0, pcm_read_seek, .flags= AVFMT_GENERIC_INDEX, .extensions = "aea", }