summaryrefslogtreecommitdiff
path: root/lib/jxl/enc_ans.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/jxl/enc_ans.h')
-rw-r--r--lib/jxl/enc_ans.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/jxl/enc_ans.h b/lib/jxl/enc_ans.h
index 9614ede..2f720f5 100644
--- a/lib/jxl/enc_ans.h
+++ b/lib/jxl/enc_ans.h
@@ -93,6 +93,7 @@ struct EntropyEncodingData {
// Integer to be encoded by an entropy coder, either ANS or Huffman.
struct Token {
+ Token() {}
Token(uint32_t c, uint32_t value)
: is_lz77_length(false), context(c), value(value) {}
uint32_t is_lz77_length : 1;