Go to the source code of this file.
◆ AU_UNKNOWN_SIZE
#define AU_UNKNOWN_SIZE ((uint32_t)(~0)) |
Definition at line 33 of file sol.c.
◆ SOL_DPCM
Definition at line 47 of file sol.c.
◆ SOL_16BIT
Definition at line 48 of file sol.c.
◆ SOL_STEREO
Definition at line 49 of file sol.c.
◆ MAX_SIZE
◆ sol_probe()
Definition at line 35 of file sol.c.
◆ sol_codec_id()
◆ sol_codec_type()
static int sol_codec_type |
( |
int |
magic, |
|
|
int |
type |
|
) |
| |
|
static |
◆ sol_channels()
static int sol_channels |
( |
int |
magic, |
|
|
int |
type |
|
) |
| |
|
static |
◆ sol_read_header()
Definition at line 83 of file sol.c.
◆ sol_read_packet()
◆ ff_sol_demuxer
Initial value:= {
.name = "sol",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int sol_probe(const AVProbeData *p)
static int sol_read_packet(AVFormatContext *s, AVPacket *pkt)
static int sol_read_header(AVFormatContext *s)
Definition at line 141 of file sol.c.