#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "pcm.h"
Go to the source code of this file.
Definition at line 30 of file aea.c.
Definition at line 57 of file aea.c.
Definition at line 85 of file aea.c.
Initial value:= {
.name = "aea",
.extensions = "aea",
}
static int aea_read_header(AVFormatContext *s)
static int aea_read_packet(AVFormatContext *s, AVPacket *pkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int aea_read_probe(AVProbeData *p)
Definition at line 96 of file aea.c.