Go to the source code of this file.
◆ AU_UNKNOWN_SIZE
| #define AU_UNKNOWN_SIZE ((uint32_t)(~0)) |
Definition at line 34 of file sol.c.
◆ SOL_DPCM
◆ SOL_16BIT
◆ SOL_STEREO
◆ MAX_SIZE
◆ sol_probe()
Definition at line 36 of file sol.c.
◆ sol_codec_id()
| static enum AVCodecID sol_codec_id |
( |
int | magic, |
|
|
int | type ) |
|
static |
◆ 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 84 of file sol.c.
◆ sol_read_packet()
◆ ff_sol_demuxer
Initial value:= {
.p.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.