Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Djunklib.c4193 f |= DDB_TAG_ID3V24; 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()
4685 item_flags |= id3v2_version == 3 ? DDB_TAG_ID3V23 : DDB_TAG_ID3V24; in junk_rewrite_tags()
H A Ddeadbeef.h216 DDB_TAG_ID3V24 = (1<<11), enumerator
H A Dplaylist.c3132 if (it->_flags & DDB_TAG_ID3V24) { in pl_format_title_int()