aboutsummaryrefslogtreecommitdiff
path: root/src/zopfli/zopfli.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zopfli/zopfli.h')
-rw-r--r--src/zopfli/zopfli.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/zopfli/zopfli.h b/src/zopfli/zopfli.h
index 56512a2..c079662 100644
--- a/src/zopfli/zopfli.h
+++ b/src/zopfli/zopfli.h
@@ -52,10 +52,7 @@ typedef struct ZopfliOptions {
int blocksplitting;
/*
- If true, chooses the optimal block split points only after doing the iterative
- LZ77 compression. If false, chooses the block split points first, then does
- iterative LZ77 on each individual block. Depending on the file, either first
- or last gives the best compression. Default: false (0).
+ No longer used, left for compatibility.
*/
int blocksplittinglast;