aboutsummaryrefslogtreecommitdiff
path: root/c/include
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas@google.com>2018-03-27 22:29:22 +0200
committerGitHub <noreply@github.com>2018-03-27 22:29:22 +0200
commit0f3c84e7458d2ef91a29fdf269e8ad016ae694ba (patch)
treee0f95db3b334e59aa476415b8c5192565a6e9c6c /c/include
parent515fc62313d7af4ee133c4a590b1afe14fbf1d60 (diff)
downloadbrotli-0f3c84e7458d2ef91a29fdf269e8ad016ae694ba.zip
brotli-0f3c84e7458d2ef91a29fdf269e8ad016ae694ba.tar.gz
brotli-0f3c84e7458d2ef91a29fdf269e8ad016ae694ba.tar.bz2
Update (#656)
* proper fix for the "fall through" warning" * automatic NDIRECT/NPOSTFIX tuning (better compression) * fix unaligned access for `aarch64`-cross-`armhf` build * fix `aarch64` detection (10% decoder speedup) * expose `large_window` CLI option * make default window size 16MiB * ramp up version to 1.0.4
Diffstat (limited to 'c/include')
-rw-r--r--c/include/brotli/decode.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/c/include/brotli/decode.h b/c/include/brotli/decode.h
index 61a4326..0f5c8f9 100644
--- a/c/include/brotli/decode.h
+++ b/c/include/brotli/decode.h
@@ -85,9 +85,8 @@ typedef enum {
BROTLI_ERROR_CODE(_ERROR_FORMAT_, PADDING_2, -15) SEPARATOR \
BROTLI_ERROR_CODE(_ERROR_FORMAT_, DISTANCE, -16) SEPARATOR \
\
- /* -17 code is reserved */ \
+ /* -17..-18 codes are reserved */ \
\
- BROTLI_ERROR_CODE(_ERROR_, COMPOUND_DICTIONARY, -18) SEPARATOR \
BROTLI_ERROR_CODE(_ERROR_, DICTIONARY_NOT_SET, -19) SEPARATOR \
BROTLI_ERROR_CODE(_ERROR_, INVALID_ARGUMENTS, -20) SEPARATOR \
\