Home
last modified time | relevance | path

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

/dports/audio/flac123/flac123-0.0.12/
H A Dflac123.h70 extern FLAC__bool get_vorbis_comments(const char *filename);
H A Dvorbiscomment.c58 FLAC__bool get_vorbis_comments(const char *filename) in get_vorbis_comments() function
H A Dflac123.c146 FLAC__bool got_vorbis = get_vorbis_comments(filename); in print_file_info()