summaryrefslogtreecommitdiff
path: root/src/deflate.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2011-10-24 16:19:09 +0000
committerMike Buland <eichlan@xagasoft.com>2011-10-24 16:19:09 +0000
commite2fbc414b932ae9fd305c8e9fc315a306a876a09 (patch)
tree324b2c70cd39b49d1513f64ec7d4b009fda938e9 /src/deflate.h
parent27c2cbbbc0ed1e1b38274261c33b0427f976f22c (diff)
downloadlibbu++-e2fbc414b932ae9fd305c8e9fc315a306a876a09.tar.gz
libbu++-e2fbc414b932ae9fd305c8e9fc315a306a876a09.tar.bz2
libbu++-e2fbc414b932ae9fd305c8e9fc315a306a876a09.tar.xz
libbu++-e2fbc414b932ae9fd305c8e9fc315a306a876a09.zip
Lzma filter added. Now we're really getting somewhere. Libbu++ now supports
all major, common compression algorithms.
Diffstat (limited to '')
-rw-r--r--src/deflate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deflate.h b/src/deflate.h
index cab9b51..8ce283b 100644
--- a/src/deflate.h
+++ b/src/deflate.h
@@ -34,7 +34,7 @@ namespace Bu
34 AutoGzip = 0x04|0x03 34 AutoGzip = 0x04|0x03
35 }; 35 };
36 36
37 Deflate( Bu::Stream &rNext, int nCompression=9, Format eFmt=AutoRaw ); 37 Deflate( Bu::Stream &rNext, int nCompression=-1, Format eFmt=AutoRaw );
38 virtual ~Deflate(); 38 virtual ~Deflate();
39 39
40 virtual void start(); 40 virtual void start();