Go to the source code of this file.
◆ vqf_probe()
Definition at line 36 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 93 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 71 of file vqf.c.
Referenced by vqf_read_header().
 
 
◆ ff_vqf_demuxer
Initial value:= {
    .p.name         = "vqf",
    .p.extensions   = "vqf,vql,vqe",
}
Definition at line 291 of file vqf.c.