Go to the source code of this file.
◆ vpk_probe()
Definition at line 35 of file vpk.c.
◆ vpk_read_header()
Definition at line 43 of file vpk.c.
◆ vpk_read_packet()
Definition at line 82 of file vpk.c.
◆ vpk_read_seek()
◆ ff_vpk_demuxer
Initial value:= {
.p.name = "vpk",
.p.extensions = "vpk",
}
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int read_probe(const AVProbeData *p)
static int read_header(FFV1Context *f, RangeCoder *c)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
static int vpk_read_header(AVFormatContext *s)
static int vpk_read_packet(AVFormatContext *s, AVPacket *pkt)
static int vpk_probe(const AVProbeData *p)
static int vpk_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
Definition at line 139 of file vpk.c.