#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
◆ svag_probe()
◆ svag_read_header()
◆ svag_read_packet()
◆ ff_svag_demuxer
Initial value:= {
.name = "svag",
.extensions = "svag",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int svag_probe(AVProbeData *p)
static int svag_read_header(AVFormatContext *s)
static int svag_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 71 of file svag.c.