From 57136429177ed86e2152154d4ecc229d3afe6d94 Mon Sep 17 00:00:00 2001 From: ljfa Date: Mon, 21 Sep 2015 15:03:36 +0200 Subject: Add hint for default compression level --- include/io/ozlibstream.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/io/ozlibstream.h b/include/io/ozlibstream.h index ef93944c94..78dd2c1684 100644 --- a/include/io/ozlibstream.h +++ b/include/io/ozlibstream.h @@ -37,7 +37,7 @@ public: /** * @param output the ostream to wrap * @param bufsize the size of the internal buffers - * @param level the compression level, ranges from 0 to 9 + * @param level the compression level, ranges from 0 to 9, or -1 for default * * Refer to the zlib documentation of deflateInit2 for details about the arguments. * @@ -73,7 +73,7 @@ class ozlibstream : public std::ostream public: /** * @param output the ostream to wrap - * @param level the compression level, ranges from 0 to 9 + * @param level the compression level, ranges from 0 to 9, or -1 for default * @param gzip if true, the output will be in gzip format rather than zlib * @param bufsize the size of the internal buffers */ -- cgit 0.0.5-2-1-g0f52