[FFmpeg-cvslog] wmalossless: remove tab

Michael Niedermayer git at videolan.org
Sun Feb 19 22:11:59 CET 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Feb 19 22:08:09 2012 +0100| [b240866c5b95ee6361dc9a35351d30f256557c20] | committer: Michael Niedermayer

wmalossless: remove tab

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

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

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

diff --git a/libavcodec/wmalosslessdec.c b/libavcodec/wmalosslessdec.c
index 95e8cf2..9c93599 100644
--- a/libavcodec/wmalosslessdec.c
+++ b/libavcodec/wmalosslessdec.c
@@ -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



More information about the ffmpeg-cvslog mailing list