[SCM] libav/experimental: Fix indentation after last commit.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:52:19 UTC 2013


The following commit has been merged in the experimental branch:
commit 05ec0c00120526e039f35c7900b18fab9766ef69
Author: Benoit Fouet <benoit.fouet at free.fr>
Date:   Thu Oct 1 12:21:54 2009 +0000

    Fix indentation after last commit.
    
    Originally committed as revision 20121 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/targaenc.c b/libavcodec/targaenc.c
index 9e481e6..82d7fe3 100644
--- a/libavcodec/targaenc.c
+++ b/libavcodec/targaenc.c
@@ -121,7 +121,7 @@ static int targa_encode_frame(AVCodecContext *avctx,
 
     /* 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)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list