Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Ddeadbeef.h214 DDB_TAG_ID3V22 = (1<<9), enumerator
H A Djunklib.c4183 f |= DDB_TAG_ID3V22; in junk_id3v2_read_full()
4674 item_flags &= ~(DDB_TAG_ID3V22|DDB_TAG_ID3V23|DDB_TAG_ID3V24); in junk_rewrite_tags()
4684 item_flags &= ~(DDB_TAG_ID3V22|DDB_TAG_ID3V23|DDB_TAG_ID3V24); in junk_rewrite_tags()
H A Dplaylist.c3124 if (it->_flags & DDB_TAG_ID3V22) { in pl_format_title_int()