[FFmpeg-cvslog] r12816 - trunk/libavcodec/bmp.c

benoit subversion
Mon Apr 14 15:15:17 CEST 2008


Author: benoit
Date: Mon Apr 14 15:15:16 2008
New Revision: 12816

Log:
Indentation


Modified:
   trunk/libavcodec/bmp.c

Modified: trunk/libavcodec/bmp.c
==============================================================================
--- trunk/libavcodec/bmp.c	(original)
+++ trunk/libavcodec/bmp.c	Mon Apr 14 15:15:16 2008
@@ -85,8 +85,8 @@ static int bmp_decode_frame(AVCodecConte
     }
 
     if (ihsize == 40) {
-    width = bytestream_get_le32(&buf);
-    height = bytestream_get_le32(&buf);
+        width = bytestream_get_le32(&buf);
+        height = bytestream_get_le32(&buf);
     } else if (ihsize == 12) {
         width  = bytestream_get_le16(&buf);
         height = bytestream_get_le16(&buf);




More information about the ffmpeg-cvslog mailing list