Home
last modified time | relevance | path

Searched refs:local__vcentry_parse_value (Results 1 – 1 of 1) sorted by relevance

/dports/audio/flac123/flac123-0.0.12/
H A Dvorbiscomment.c40 static void local__vcentry_parse_value(const FLAC__StreamMetadata_VorbisComment_Entry *entry, char … in local__vcentry_parse_value() function
74 local__vcentry_parse_value(&vc->comments[i], file_info.artist, VORBIS_TAG_LEN); in get_vorbis_comments()
79 local__vcentry_parse_value(&vc->comments[i], file_info.album, VORBIS_TAG_LEN); in get_vorbis_comments()
84 local__vcentry_parse_value(&vc->comments[i], file_info.title, VORBIS_TAG_LEN); in get_vorbis_comments()
89 local__vcentry_parse_value(&vc->comments[i], file_info.genre, VORBIS_TAG_LEN); in get_vorbis_comments()
94 local__vcentry_parse_value(&vc->comments[i], file_info.comment, VORBIS_TAG_LEN); in get_vorbis_comments()
99 local__vcentry_parse_value(&vc->comments[i], file_info.year, VORBIS_YEAR_LEN); in get_vorbis_comments()