aboutsummaryrefslogtreecommitdiffstats
path: root/code/jpeg-6
diff options
context:
space:
mode:
Diffstat (limited to 'code/jpeg-6')
-rw-r--r--code/jpeg-6/jdhuff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/jpeg-6/jdhuff.h b/code/jpeg-6/jdhuff.h
index d375c78..d67fc3b 100644
--- a/code/jpeg-6/jdhuff.h
+++ b/code/jpeg-6/jdhuff.h
@@ -100,7 +100,7 @@ typedef struct { /* Bitreading working state within an MCU */
#define BITREAD_STATE_VARS \
register bit_buf_type get_buffer; \
register int bits_left; \
- bitread_working_state br_state
+ bitread_working_state br_state = {0}
#define BITREAD_LOAD_STATE(cinfop,permstate) \
br_state.cinfo = cinfop; \