]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - compress.c
dbtool -> audio file selector renaming
[paraslash.git] / compress.c
index da79b721649136e116379a2d1e152c7bdbafe240..bad4ada4c6a78f712a01bd8a635ef2328b0a3115 100644 (file)
@@ -22,7 +22,6 @@
  * Based on AudioCompress, (C) 2002-2004  M. Hari Nezumi <magenta@trikuare.cx>
  */
 
-#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;