X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=compress.c;h=bad4ada4c6a78f712a01bd8a635ef2328b0a3115;hp=da79b721649136e116379a2d1e152c7bdbafe240;hb=abbddde3ee707103d5d8b088c8fa6fc53f09ebff;hpb=2ed89c59f0efcd0a2763f47c7d3455663241e623 diff --git a/compress.c b/compress.c index da79b721..bad4ada4 100644 --- a/compress.c +++ b/compress.c @@ -22,7 +22,6 @@ * Based on AudioCompress, (C) 2002-2004 M. Hari Nezumi */ -#include "gcc-compat.h" #include "para.h" #include "compress_filter.cmdline.h" #include "list.h" @@ -125,7 +124,7 @@ static ssize_t compress(char *inbuf, size_t inbuf_len, struct filter_node *fn) *op++ = sample; } pcd->pn = (pcd->pn + 1) % pcd->conf->buckets_arg; - PARA_DEBUG_LOG("bucket: %03i, input len: %i, length: %i, peak: %05i, " + PARA_DEBUG_LOG("bucket: %03i, input len: %zd, length: %zd, peak: %05i, " "current gain: %03i, clipped: %d\n", pcd->pn, inbuf_len, length, peak, pcd->current_gain, pcd->clip); fn->loaded = length;