You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Add missing syntax elements to WmallDecodeCtx
(cherry picked from commit 2d6ca09c0f6ea318e439b9b073f507c802623ced) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
8a41fdf127
commit
06b67051d5
@@ -241,6 +241,7 @@ typedef struct WmallDecodeCtx {
|
|||||||
int16_t mclms_coeffs_cur[4];
|
int16_t mclms_coeffs_cur[4];
|
||||||
int mclms_prevvalues[64]; // FIXME: should be 32-bit / 16-bit depending on bit-depth
|
int mclms_prevvalues[64]; // FIXME: should be 32-bit / 16-bit depending on bit-depth
|
||||||
int16_t mclms_updates[64];
|
int16_t mclms_updates[64];
|
||||||
|
int mclms_recent;
|
||||||
|
|
||||||
int movave_scaling;
|
int movave_scaling;
|
||||||
int quant_stepsize;
|
int quant_stepsize;
|
||||||
@@ -264,6 +265,7 @@ typedef struct WmallDecodeCtx {
|
|||||||
int bV3RTM;
|
int bV3RTM;
|
||||||
|
|
||||||
int is_channel_coded[2]; // XXX: same question as above applies here too (and below)
|
int is_channel_coded[2]; // XXX: same question as above applies here too (and below)
|
||||||
|
int update_speed[2];
|
||||||
|
|
||||||
int transient[2];
|
int transient[2];
|
||||||
int transient_pos[2];
|
int transient_pos[2];
|
||||||
|
Reference in New Issue
Block a user