summaryrefslogtreecommitdiffstats
path: root/libavcodec/ffv1.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ffv1.h')
-rw-r--r--libavcodec/ffv1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/ffv1.h b/libavcodec/ffv1.h
index 9221cc1..bdc7b86 100644
--- a/libavcodec/ffv1.h
+++ b/libavcodec/ffv1.h
@@ -128,6 +128,8 @@ typedef struct FFV1Context {
int slice_height;
int slice_x;
int slice_y;
+ int slice_reset_contexts;
+ int slice_coding_mode;
} FFV1Context;
int ffv1_common_init(AVCodecContext *avctx);
OpenPOWER on IntegriCloud