[FFmpeg-cvslog] r20121 - trunk/libavcodec/targaenc.c

benoit subversion
Thu Oct 1 14:21:54 CEST 2009


Author: benoit
Date: Thu Oct  1 14:21:54 2009
New Revision: 20121

Log:
Fix indentation after last commit.

Modified:
   trunk/libavcodec/targaenc.c

Modified: trunk/libavcodec/targaenc.c
==============================================================================
--- trunk/libavcodec/targaenc.c	Thu Oct  1 14:20:08 2009	(r20120)
+++ trunk/libavcodec/targaenc.c	Thu Oct  1 14:21:54 2009	(r20121)
@@ -121,7 +121,7 @@ static int targa_encode_frame(AVCodecCon
 
     /* try RLE compression */
     if (avctx->coder_type != FF_CODER_TYPE_RAW)
-    datasize = targa_encode_rle(out, picsize, p, bpp, avctx->width, avctx->height);
+        datasize = targa_encode_rle(out, picsize, p, bpp, avctx->width, avctx->height);
 
     /* if that worked well, mark the picture as RLE compressed */
     if(datasize >= 0)



More information about the ffmpeg-cvslog mailing list