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 42c3b2dc89..f7294e4356 100644
--- a/transcode_data.h
+++ b/transcode_data.h
@@ -61,6 +61,8 @@ typedef struct byte_lookup {
typedef struct rb_transcoding {
const struct rb_transcoder *transcoder;
+ int flags;
+
int resume_position;
const BYTE_LOOKUP *next_table;
VALUE next_info;