FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
aea.c File Reference
#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "pcm.h"

Go to the source code of this file.

Macros

#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
 

Macro Definition Documentation

#define AT1_SU_SIZE   212

Definition at line 28 of file aea.c.

Referenced by aea_read_header().

Function Documentation

static int aea_read_probe ( AVProbeData p)
static

Definition at line 30 of file aea.c.

static int aea_read_header ( AVFormatContext s)
static

Definition at line 62 of file aea.c.

static int aea_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 90 of file aea.c.

Variable Documentation

AVInputFormat ff_aea_demuxer
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,
.extensions = "aea",
}
static int aea_read_header(AVFormatContext *s)
Definition: aea.c:62
static int aea_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: aea.c:90
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:175
static int aea_read_probe(AVProbeData *p)
Definition: aea.c:30
int ff_pcm_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
Definition: pcm.c:45
#define AVFMT_GENERIC_INDEX
Use generic index building code.
Definition: avformat.h:473

Definition at line 101 of file aea.c.