Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsmp.c69 static char const *SVmagic = "SOUND SAMPLE DATA ", *SVvers = "2.1 "; variable
230 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()