Home
last modified time | relevance | path

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

/dports/audio/snd/snd-21.2/
H A Dheaders.c68 static const uint8_t I_AIFF[4] = {'A','I','F','F'}; /* AIFF second word */ variable
1311 else write_four_chars((uint8_t *)(hdrbuf + 8), I_AIFF); in write_aif_header()
5633 if (match_four_chars((uint8_t *)(hdrbuf + 8), I_AIFF)) in mus_header_read_1()