#include "avformat.h"
#include "raw.h"
#include "libavutil/intreadwrite.h"
Go to the source code of this file.
Define Documentation
Function Documentation
Definition at line 56 of file aea.c.
Definition at line 85 of file aea.c.
Definition at line 29 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 96 of file aea.c.