diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-09-09 19:56:44 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-09-09 20:19:28 +0200 |
commit | 8393b80b7d94783520b591208a369f4aae81da40 (patch) | |
tree | 3543889bb3088432963a2d846754e38fc4ae0d5e /libavcodec/ffv1.h | |
parent | 77f521d9e5126575f9bcc21241d81867173c7619 (diff) | |
download | ffmpeg-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/ffv1.h b/libavcodec/ffv1.h index 9221cc15b3..bdc7b862d0 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); |