From 8393b80b7d94783520b591208a369f4aae81da40 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 9 Sep 2013 19:56:44 +0200 Subject: avcodec/ffv1dec: Support decoding planes as raw PCM in 1.4 Signed-off-by: Michael Niedermayer --- libavcodec/ffv1.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/ffv1.h') 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); -- cgit v1.1