Home
last modified time | relevance | path

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

/dports/audio/flac123/flac123-0.0.12/
H A Dvorbiscomment.c30 static int local__vcentry_matches(const char *field_name, const FLAC__StreamMetadata_VorbisComment_… in local__vcentry_matches() function
72 if(local__vcentry_matches("artist", &vc->comments[i])) in get_vorbis_comments()
77 else if(local__vcentry_matches("album", &vc->comments[i])) in get_vorbis_comments()
82 else if(local__vcentry_matches("title", &vc->comments[i])) in get_vorbis_comments()
87 else if(local__vcentry_matches("genre", &vc->comments[i])) in get_vorbis_comments()
92 else if(local__vcentry_matches("description", &vc->comments[i])) in get_vorbis_comments()
97 else if(local__vcentry_matches("date", &vc->comments[i])) in get_vorbis_comments()