summaryrefslogtreecommitdiffstats
path: root/libavcodec/ffv1.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-09-09 19:56:44 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-09-09 20:19:28 +0200
commit8393b80b7d94783520b591208a369f4aae81da40 (patch)
tree3543889bb3088432963a2d846754e38fc4ae0d5e /libavcodec/ffv1.h
parent77f521d9e5126575f9bcc21241d81867173c7619 (diff)
downloadffmpeg-streaming-8393b80b7d94783520b591208a369f4aae81da40.zip
ffmpeg-streaming-8393b80b7d94783520b591208a369f4aae81da40.tar.gz
avcodec/ffv1dec: Support decoding planes as raw PCM in 1.4
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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