[FFmpeg-cvslog] Add .recent syntax element to cdlms struct
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> | Sat Nov 5 02:32:56 2011 +0600| [8a41fdf12773b5e2981ea61d0d7aa2d87599e5ca] | committer: Michael Niedermayer
Add .recent syntax element to cdlms struct
(cherry picked from commit a7820f3c5a0f4d2a5f005f9ca3766d29b2111380)
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8a41fdf12773b5e2981ea61d0d7aa2d87599e5ca
---
libavcodec/wmalosslessdec.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libavcodec/wmalosslessdec.c b/libavcodec/wmalosslessdec.c
index 5bf2bbb..4ae30ea 100644
--- a/libavcodec/wmalosslessdec.c
+++ b/libavcodec/wmalosslessdec.c
@@ -253,6 +253,7 @@ typedef struct WmallDecodeCtx {
int16_t coefs[256];
int lms_prevvalues[512]; // FIXME: see above
int16_t lms_updates[512]; // and here too
+ int recent;
} cdlms[2][9]; /* XXX: Here, 2 is the max. no. of channels allowed,
9 is the maximum no. of filters per channel.
Question is, why 2 if WMALL_MAX_CHANNELS == 8 */
More information about the ffmpeg-cvslog
mailing list