Mercurial > libavcodec.hg
changeset 7968:5ed5f94b9a97 libavcodec
Cosmetics: indentation
author | conrad |
---|---|
date | Wed, 01 Oct 2008 14:44:30 +0000 |
parents | 6ac2c8312a2b |
children | 47a22f0850a7 |
files | vp3.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/vp3.c Wed Oct 01 14:43:08 2008 +0000 +++ b/vp3.c Wed Oct 01 14:44:30 2008 +0000 @@ -2097,8 +2097,8 @@ } if (s->theora >= 0x030200) { - visible_width = get_bits_long(gb, 24); - visible_height = get_bits_long(gb, 24); + visible_width = get_bits_long(gb, 24); + visible_height = get_bits_long(gb, 24); skip_bits(gb, 8); /* offset x */ skip_bits(gb, 8); /* offset y */