aboutsummaryrefslogtreecommitdiff
path: root/zopfli.h
diff options
context:
space:
mode:
Diffstat (limited to 'zopfli.h')
-rw-r--r--zopfli.h22
1 files changed, 20 insertions, 2 deletions
diff --git a/zopfli.h b/zopfli.h
index f520b1e..1388501 100644
--- a/zopfli.h
+++ b/zopfli.h
@@ -1,8 +1,23 @@
/*
-Copyright 2013 Google Inc. All Rights Reserved.
-Author: lode@google.com (Lode Vandevenne)
+Copyright 2011 Google Inc. All Rights Reserved.
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Author: lode.vandevenne@gmail.com (Lode Vandevenne)
+Author: jyrki.alakuijala@gmail.com (Jyrki Alakuijala)
*/
+
#ifndef UTIL_COMPRESSION_ZOPFLI_INTERNAL_ZOPFLI_H_
#define UTIL_COMPRESSION_ZOPFLI_INTERNAL_ZOPFLI_H_
@@ -15,6 +30,9 @@ typedef struct ZopfliOptions {
/* Whether to print output */
int verbose;
+ /* Whether to print more detailed output */
+ int verbose_more;
+
/*
Maximum amount of times to rerun forward and backward pass to optimize LZ77
compression cost. Good values: 10, 15 for small files, 5 for files over