Go to the source code of this file.
◆ vag_probe()
Definition at line 27 of file vag.c.
◆ vag_read_header()
Definition at line 35 of file vag.c.
◆ vag_read_packet()
Definition at line 70 of file vag.c.
◆ ff_vag_demuxer
Initial value:= {
.p.name = "vag",
.p.extensions = "vag",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int vag_probe(const AVProbeData *p)
static int vag_read_header(AVFormatContext *s)
static int vag_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 77 of file vag.c.