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
§ SOL_16BIT
§ SOL_STEREO
§ MAX_SIZE
§ sol_probe()
Definition at line 35 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 86 of file sol.c.
§ sol_read_packet()
§ ff_sol_demuxer
Initial value:= {
.name = "sol",
}
static int sol_read_packet(AVFormatContext *s, AVPacket *pkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int sol_read_header(AVFormatContext *s)
static int sol_probe(AVProbeData *p)
Definition at line 147 of file sol.c.