Home
last modified time | relevance | path

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

/dports/audio/easytag/easytag-2.4.3/src/tags/libapetag/
H A Dapetaglib.h130 #define DONT_READ_TAG_ID3V1 (1 << 9) macro
H A Dapetaglib.c791 if (!(flag & DONT_READ_TAG_ID3V1) && (id3v1)) { in apetag_read_fp()