Searched refs:SVmagic (Results 1 – 1 of 1) sorted by relevance
69 static char const *SVmagic = "SOUND SAMPLE DATA ", *SVvers = "2.1 "; variable230 if (strncmp(header.Id, SVmagic, (size_t)17) != 0) in sox_smpstartread()232 lsx_fail_errno(ft,SOX_EHDR,"SMP header does not begin with magic word %s", SVmagic); in sox_smpstartread()354 memcpy(header.Id, SVmagic, sizeof(header.Id)); in sox_smpstartwrite()