summaryrefslogtreecommitdiff
path: root/vp8/decoder/onyxd_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/decoder/onyxd_int.h')
-rw-r--r--vp8/decoder/onyxd_int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vp8/decoder/onyxd_int.h b/vp8/decoder/onyxd_int.h
index f4147e119..b2a643bc5 100644
--- a/vp8/decoder/onyxd_int.h
+++ b/vp8/decoder/onyxd_int.h
@@ -91,6 +91,8 @@ typedef struct VP8Decompressor {
int decoded_key_frame;
+ int interleaved_decoding;
+
} VP8D_COMP;
int vp8_decode_frame(VP8D_COMP *cpi);