[FFmpeg-cvslog] r8929 - trunk/libavcodec/vp3.c

aurel subversion
Mon May 7 17:44:42 CEST 2007


Author: aurel
Date: Mon May  7 17:44:42 2007
New Revision: 8929

Log:
cosmetics: fix inconsistent indentation

Modified:
   trunk/libavcodec/vp3.c

Modified: trunk/libavcodec/vp3.c
==============================================================================
--- trunk/libavcodec/vp3.c	(original)
+++ trunk/libavcodec/vp3.c	Mon May  7 17:44:42 2007
@@ -2405,10 +2405,10 @@ static int theora_decode_header(AVCodecC
     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 */




More information about the ffmpeg-cvslog mailing list