Searched refs:got_vorbis_comments (Results 1 – 2 of 2) sorted by relevance
44 FLAC__bool got_vorbis_comments = false; in FLAC_plugin__replaygain_get_from_file() local57 got_vorbis_comments = true; in FLAC_plugin__replaygain_get_from_file()60 } while (!got_vorbis_comments && FLAC__metadata_simple_iterator_next(iterator)); in FLAC_plugin__replaygain_get_from_file()
226 FLAC__bool got_vorbis_comments = false; in FLAC_plugin__tags_set() local246 got_vorbis_comments = true; in FLAC_plugin__tags_set()247 } while(!got_vorbis_comments && FLAC__metadata_iterator_next(iterator)); in FLAC_plugin__tags_set()255 if(got_vorbis_comments) in FLAC_plugin__tags_set()