mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
wmalossless: remove tab
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
1060e9ce54
commit
b240866c5b
@ -714,7 +714,7 @@ static int decode_channel_residues(WmallDecodeCtx *s, int ch, int tile_size)
|
||||
if(quo >= 32)
|
||||
quo += get_bits_long(&s->gb, get_bits(&s->gb, 5) + 1);
|
||||
|
||||
ave_mean = (s->ave_sum[ch] + (1 << s->movave_scaling)) >> (s->movave_scaling + 1);
|
||||
ave_mean = (s->ave_sum[ch] + (1 << s->movave_scaling)) >> (s->movave_scaling + 1);
|
||||
if (ave_mean <= 1)
|
||||
residue = quo;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user