Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsmp.c23 #define COMMENTLEN 60 /* Size of Samplevision comment, not shared */ macro
31 char comments[COMMENTLEN]; /* User comments */
66 char comment[COMMENTLEN + NAMELEN + 3];
247 for (commentlen = COMMENTLEN-1; in sox_smpstartread()
356 sprintf(header.comments, "%-*s", COMMENTLEN - 1, "Converted using Sox."); in sox_smpstartwrite()