Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(137)

Unified Diff: third_party/brotli/dec/state.h

Issue 1956893002: Added brotli enc/ and tools/ directories. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split large file into 2, fixed Windows build issue Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/brotli/dec/state.h
diff --git a/third_party/brotli/dec/state.h b/third_party/brotli/dec/state.h
index 33603727a4888beadab785e149213b720378c415..d85239ea132e082364699c345e45a20f72332f7f 100644
--- a/third_party/brotli/dec/state.h
+++ b/third_party/brotli/dec/state.h
@@ -193,7 +193,7 @@ struct BrotliStateStruct {
/* For InverseMoveToFrontTransform */
uint32_t mtf_upper_bound;
- uint8_t mtf[256];
+ uint8_t mtf[256 + 4];
/* For custom dictionaries */
const uint8_t* custom_dict;

Powered by Google App Engine
This is Rietveld 408576698