diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-08-29 22:06:07 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-08-29 22:52:04 +0200 |
commit | c4224fff1b0ac3fb67daf5e36184afa609ce8f90 (patch) | |
tree | 4e65b0160b6cff79e56dccb8549d56f2ebbfd776 /libavcodec/snow.h | |
parent | ec120efaa90ac2232749b03e65900fdbabb77475 (diff) | |
download | ffmpeg-c4224fff1b0ac3fb67daf5e36184afa609ce8f90.tar.gz |
avcodec/snow: gray support
Fixes Ticket839
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/snow.h')
-rw-r--r-- | libavcodec/snow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/snow.h b/libavcodec/snow.h index 06f3731f9e..c3e50adf5b 100644 --- a/libavcodec/snow.h +++ b/libavcodec/snow.h @@ -159,6 +159,7 @@ typedef struct SnowContext{ int b_height; int block_max_depth; int last_block_max_depth; + int nb_planes; Plane plane[MAX_PLANES]; BlockNode *block; #define ME_CACHE_SIZE 1024 |