Go to the source code of this file.
◆ svs_probe()
Definition at line 27 of file svs.c.
◆ svs_read_header()
Definition at line 41 of file svs.c.
◆ svs_read_packet()
Definition at line 71 of file svs.c.
◆ ff_svs_demuxer
Initial value:= {
.name = "svs",
.extensions = "svs",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int svs_read_header(AVFormatContext *s)
static int svs_read_packet(AVFormatContext *s, AVPacket *pkt)
static int svs_probe(const AVProbeData *p)
Definition at line 89 of file svs.c.