Go to the source code of this file.
◆ msf_probe()
Definition at line 27 of file msf.c.
◆ msf_read_header()
Definition at line 44 of file msf.c.
◆ msf_read_packet()
◆ ff_msf_demuxer
Initial value:= {
.p.name = "msf",
.p.extensions = "msf",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int msf_read_packet(AVFormatContext *s, AVPacket *pkt)
static int msf_read_header(AVFormatContext *s)
static int msf_probe(const AVProbeData *p)
Definition at line 107 of file msf.c.