[FFmpeg-cvslog] r20378 - trunk/libavcodec/pcx.c

benoit subversion
Tue Oct 27 16:05:24 CET 2009


Author: benoit
Date: Tue Oct 27 16:05:24 2009
New Revision: 20378

Log:
Fix indentation.

Modified:
   trunk/libavcodec/pcx.c

Modified: trunk/libavcodec/pcx.c
==============================================================================
--- trunk/libavcodec/pcx.c	Tue Oct 27 16:04:35 2009	(r20377)
+++ trunk/libavcodec/pcx.c	Tue Oct 27 16:05:24 2009	(r20378)
@@ -72,7 +72,7 @@ static void pcx_palette(const uint8_t **
     for (i=0; i<pallen; i++)
         *dst++ = bytestream_get_be24(src);
     if (pallen < 256)
-    memset(dst, 0, (256 - pallen) * sizeof(*dst));
+        memset(dst, 0, (256 - pallen) * sizeof(*dst));
 }
 
 static int pcx_decode_frame(AVCodecContext *avctx, void *data, int *data_size,



More information about the ffmpeg-cvslog mailing list