projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' into next
[paraslash.git]
/
compress_filter.c
diff --git
a/compress_filter.c
b/compress_filter.c
index
f853b63
..
2e263e8
100644
(file)
--- a/
compress_filter.c
+++ b/
compress_filter.c
@@
-10,6
+10,8
@@
* Uses ideas of AudioCompress, (C) 2002-2004 M. Hari Nezumi <magenta@trikuare.cx>
*/
* Uses ideas of AudioCompress, (C) 2002-2004 M. Hari Nezumi <magenta@trikuare.cx>
*/
+#include <regex.h>
+
#include "para.h"
#include "compress_filter.cmdline.h"
#include "list.h"
#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
/** 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. */
/** Data specific to the compress filter. */
struct private_compress_data {
/** The current multiplier. */