update libltc to v1.1.4-4-gb034a23 (endianess issue)

This commit is contained in:
Robin Gareus
2015-09-09 16:54:26 +02:00
parent 6982213198
commit 48579d42b0
4 changed files with 45 additions and 17 deletions

View File

@@ -32,7 +32,9 @@ static int addvalues(LTCEncoder *e, int n) {
const ltcsnd_sample_t tgtval = e->state ? e->enc_hi : e->enc_lo;
if (e->offset + n >= e->bufsize) {
#if 0
fprintf(stderr, "libltc: buffer overflow: %d/%lu\n", (int) e->offset, (unsigned long) e->bufsize);
#endif
return 1;
}