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 89 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 67 of file vqf.c.
Initial value:= {
.name = "vqf",
.extensions = "vqf,vql,vqe",
}
Definition at line 280 of file vqf.c.