update libltc to v1.1.4-4-gb034a23 (endianess issue)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user