update libltc to v1.1.4-4-gb034a23 (endianess issue)
[ardour.git] / libs / libltc / encoder.c
index fce2a0ce51fcfc5773bd6fda52800ca80b15928d..4e6168ea9bddc97a6bb0f3cf35829cdb9908d5f4 100644 (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;
        }