Mercurial > libavcodec.hg
changeset 4936:2e400c0e99f6 libavcodec
cosmetics: fix inconsistent indentation
author | aurel |
---|---|
date | Mon, 07 May 2007 15:44:42 +0000 |
parents | b34f448e1a12 |
children | a65cd5b551c2 |
files | vp3.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/vp3.c Mon May 07 15:43:01 2007 +0000 +++ b/vp3.c Mon May 07 15:44:42 2007 +0000 @@ -2405,10 +2405,10 @@ 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 */