Home
last modified time | relevance | path

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

/dports/audio/musicpd/mpd-0.23.6/src/encoder/plugins/
H A DOpusEncoderPlugin.cxx370 uint32_t tag_len_le = ToLE32(tag_name_len + 1 + tag_val_len); in GenerateTags() local
372 memcpy(p, &tag_len_le, 4); in GenerateTags()