From: Aurelien Jacobs Date: Mon, 7 May 2007 15:44:42 +0000 (+0000) Subject: cosmetics: fix inconsistent indentation X-Git-Tag: v0.5~9090 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba4816a0a93111638536408b952c58364012762b;p=platform%2Fupstream%2Flibav.git cosmetics: fix inconsistent indentation Originally committed as revision 8929 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c index a8529fb..efe7017 100644 --- a/libavcodec/vp3.c +++ b/libavcodec/vp3.c @@ -2405,10 +2405,10 @@ static int theora_decode_header(AVCodecContext *avctx, GetBitContext *gb) visible_width = get_bits_long(gb, 24); visible_height = get_bits_long(gb, 24); - if (s->theora >= 0x030200) { - skip_bits(gb, 8); /* offset x */ - skip_bits(gb, 8); /* offset y */ - } + if (s->theora >= 0x030200) { + skip_bits(gb, 8); /* offset x */ + skip_bits(gb, 8); /* offset y */ + } skip_bits(gb, 32); /* fps numerator */ skip_bits(gb, 32); /* fps denumerator */