#include "avformat.h"
#include "pcm.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/audioconvert.h"
Go to the source code of this file.
Define Documentation
Function Documentation
Definition at line 57 of file aea.c.
Definition at line 86 of file aea.c.
Definition at line 30 of file aea.c.
Variable Documentation
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",
}
Definition at line 97 of file aea.c.