Home
last modified time | relevance | path

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

/dports/audio/easytag/easytag-2.4.3/src/tags/libapetag/
H A Dapetaglib.h111 #define APE_TAG_LIB_FIRST "\02" /**< is using by #apefrm_get to get first frame */ macro
H A Dapetaglib.c371 if (strcmp (name, APE_TAG_LIB_FIRST) == 0) { in apefrm_get()