[FFmpeg-cvslog] Add missing syntax elements to WmallDecodeCtx

Mashiat Sarker Shakkhar git at videolan.org
Fri Nov 11 03:42:40 CET 2011


ffmpeg | branch: master | Mashiat Sarker Shakkhar <shahriman_ams at yahoo.com> | Sun Nov  6 02:59:06 2011 +0600| [06b67051d5194f59a26a347fa3b4c61a59a4746a] | committer: Michael Niedermayer

Add missing syntax elements to WmallDecodeCtx
(cherry picked from commit 2d6ca09c0f6ea318e439b9b073f507c802623ced)

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=06b67051d5194f59a26a347fa3b4c61a59a4746a
---

 libavcodec/wmalosslessdec.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libavcodec/wmalosslessdec.c b/libavcodec/wmalosslessdec.c
index 4ae30ea..0ed4f05 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];



More information about the ffmpeg-cvslog mailing list