Mercurial > libavcodec.hg
changeset 10342:fc22144efcaf libavcodec
Fix indentation after last commit.
author | benoit |
---|---|
date | Thu, 01 Oct 2009 12:21:54 +0000 |
parents | e9435ad2d61e |
children | b1218e0b0f2b |
files | targaenc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/targaenc.c Thu Oct 01 12:20:08 2009 +0000 +++ b/targaenc.c Thu Oct 01 12:21:54 2009 +0000 @@ -121,7 +121,7 @@ /* 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)