X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=compress_filter.c;h=2e263e87b0c6af2da12bd6226affe9f1b733e944;hp=f853b6335d5a9fd9744f86343dd22df6184e6ca1;hb=bae94d3ba972bb91626e5f15e2d5ac44da6b041d;hpb=6bdac07456cb5872f824028912d1049883a9c21f diff --git a/compress_filter.c b/compress_filter.c index f853b633..2e263e87 100644 --- a/compress_filter.c +++ b/compress_filter.c @@ -10,6 +10,8 @@ * Uses ideas of AudioCompress, (C) 2002-2004 M. Hari Nezumi */ +#include + #include "para.h" #include "compress_filter.cmdline.h" #include "list.h" @@ -22,8 +24,6 @@ /** The size of the output data buffer. */ #define COMPRESS_CHUNK_SIZE 40960 -extern char *stat_item_values[NUM_STAT_ITEMS]; - /** Data specific to the compress filter. */ struct private_compress_data { /** The current multiplier. */