summaryrefslogtreecommitdiff
path: root/transcode_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'transcode_data.h')
-rw-r--r--transcode_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/transcode_data.h b/transcode_data.h
index 90a946cce2..1ceb0cf473 100644
--- a/transcode_data.h
+++ b/transcode_data.h
@@ -104,7 +104,9 @@ struct rb_transcoder {
const char *to_encoding;
unsigned int conv_tree_start;
const unsigned char *byte_array;
+ unsigned int byte_array_length;
const unsigned int *word_array;
+ unsigned int word_array_length;
int word_size;
int input_unit_length;
int max_input;