Go to the source code of this file.
◆ vqf_probe()
Definition at line 35 of file vqf.c.
◆ add_metadata()
static void add_metadata |
( |
AVFormatContext * |
s, |
|
|
uint32_t |
tag, |
|
|
unsigned int |
tag_len, |
|
|
unsigned int |
remaining |
|
) |
| |
|
static |
◆ vqf_read_header()
Definition at line 92 of file vqf.c.
◆ vqf_read_packet()
◆ vqf_read_seek()
◆ vqf_metadata_conv
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.
Referenced by vqf_read_header().
◆ ff_vqf_demuxer
Initial value:= {
.name = "vqf",
.extensions = "vqf,vql,vqe",
}
Definition at line 290 of file vqf.c.