aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorMashiat Sarker Shakkhar <shahriman_ams@yahoo.com>2011-11-06 02:59:06 +0600
committerMichael Niedermayer <michaelni@gmx.at>2011-11-11 03:26:26 +0100
commit06b67051d5194f59a26a347fa3b4c61a59a4746a (patch)
treec85a0b8a1f86e49e6a77257744bd0c79c0b9fe0c /libavcodec
parent8a41fdf12773b5e2981ea61d0d7aa2d87599e5ca (diff)
downloadffmpeg-06b67051d5194f59a26a347fa3b4c61a59a4746a.tar.gz
Add missing syntax elements to WmallDecodeCtx
(cherry picked from commit 2d6ca09c0f6ea318e439b9b073f507c802623ced) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/wmalosslessdec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/wmalosslessdec.c b/libavcodec/wmalosslessdec.c
index 4ae30ea49a..0ed4f059ed 100644
--- a/libavcodec/wmalosslessdec.c
+++ b/libavcodec/wmalosslessdec.c
@@ -241,6 +241,7 @@ typedef struct WmallDecodeCtx {
int16_t mclms_coeffs_cur[4];
int mclms_prevvalues[64]; // FIXME: should be 32-bit / 16-bit depending on bit-depth
int16_t mclms_updates[64];
+ int mclms_recent;
int movave_scaling;
int quant_stepsize;
@@ -264,6 +265,7 @@ typedef struct WmallDecodeCtx {
int bV3RTM;
int is_channel_coded[2]; // XXX: same question as above applies here too (and below)
+ int update_speed[2];
int transient[2];
int transient_pos[2];