]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ffv1.h
Merge commit 'f50803354c6acb4575379d7c54ca48ec5d36dd61'
[ffmpeg] / libavcodec / ffv1.h
index 9221cc15b3b1cd8f82726f357ab3b48d8b58a4d9..bdc7b862d071bbbb3ec9a8b6d0aff93d7e78c90c 100644 (file)
@@ -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);