summaryrefslogtreecommitdiff
path: root/libavcodec/vp56.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vp56.h')
-rw-r--r--libavcodec/vp56.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vp56.h b/libavcodec/vp56.h
index d6808b1e54..f8b3a8e4b6 100644
--- a/libavcodec/vp56.h
+++ b/libavcodec/vp56.h
@@ -76,6 +76,7 @@ struct vp56_context {
uint8_t *edge_emu_buffer_alloc;
uint8_t *edge_emu_buffer;
vp56_range_coder_t c;
+ int sub_version;
/* frame info */
int plane_width[3];