FFmpeg
|
#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "pcm.h"
Include dependency graph for aea.c:
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 |
|
static |
|
static |
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,
.flags = AVFMT_GENERIC_INDEX,
.extensions = "aea",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
int ff_pcm_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
Definition: libavformat/pcm.c:46
Generated on Mon Nov 18 2024 06:52:04 for FFmpeg by 1.8.11