Go to the source code of this file.
◆ ALP_TAG
#define ALP_TAG MKTAG('A', 'L', 'P', ' ') |
◆ ALP_MAX_READ_SIZE
#define ALP_MAX_READ_SIZE 4096 |
◆ alp_probe()
Definition at line 39 of file alp.c.
◆ alp_read_header()
Definition at line 57 of file alp.c.
◆ alp_read_packet()
◆ ff_alp_demuxer
Initial value:= {
.name = "alp",
}
static int alp_read_packet(AVFormatContext *s, AVPacket *pkt)
static int alp_read_header(AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int alp_probe(const AVProbeData *p)
Definition at line 140 of file alp.c.