OSDN Git Service

wmalossless: remove tab
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 19 Feb 2012 21:08:09 +0000 (22:08 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 19 Feb 2012 21:08:09 +0000 (22:08 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/wmalosslessdec.c

index 95e8cf2..9c93599 100644 (file)
@@ -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