Searched refs:got_vorbis_comments (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_common/
H A Dreplaygain.c43 FLAC__bool got_vorbis_comments = false; local
56 got_vorbis_comments = true;
59 } while (!got_vorbis_comments && FLAC__metadata_simple_iterator_next(iterator));
H A Dtags.c225 FLAC__bool got_vorbis_comments = false; local
245 got_vorbis_comments = true;
246 } while(!got_vorbis_comments && FLAC__metadata_iterator_next(iterator));
254 if(got_vorbis_comments)

Completed in 38 milliseconds