Go to the source code of this file.
Definition at line 35 of file vqf.c.
static void add_metadata |
( |
AVFormatContext * |
s, |
|
|
uint32_t |
tag, |
|
|
unsigned int |
tag_len, |
|
|
unsigned int |
remaining |
|
) |
| |
|
static |
Definition at line 92 of file vqf.c.
static int vqf_read_seek |
( |
AVFormatContext * |
s, |
|
|
int |
stream_index, |
|
|
int64_t |
timestamp, |
|
|
int |
flags |
|
) |
| |
|
static |
Initial value:= {
{ "(c) ", "copyright" },
{ "ARNG", "arranger" },
{ "AUTH", "author" },
{ "BAND", "band" },
{ "CDCT", "conductor" },
{ "COMT", "comment" },
{ "FILE", "filename" },
{ "GENR", "genre" },
{ "LABL", "publisher" },
{ "MUSC", "composer" },
{ "NAME", "title" },
{ "NOTE", "note" },
{ "PROD", "producer" },
{ "PRSN", "personnel" },
{ "REMX", "remixer" },
{ "SING", "singer" },
{ "TRCK", "track" },
{ "WORD", "words" },
{ 0 },
}
Definition at line 70 of file vqf.c.
Initial value:= {
.name = "vqf",
.extensions = "vqf,vql,vqe",
}
static int vqf_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
static int vqf_probe(AVProbeData *probe_packet)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int vqf_read_header(AVFormatContext *s)
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int vqf_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 285 of file vqf.c.