diff vp3.c @ 4936:2e400c0e99f6 libavcodec

cosmetics: fix inconsistent indentation
author aurel
date Mon, 07 May 2007 15:44:42 +0000
parents b34f448e1a12
children f99e40a7155b
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 */