Commit 4ef7fe86 authored by benoit's avatar benoit

Fix indentation after last commit.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20121 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9df73f86
...@@ -121,7 +121,7 @@ static int targa_encode_frame(AVCodecContext *avctx, ...@@ -121,7 +121,7 @@ static int targa_encode_frame(AVCodecContext *avctx,
/* try RLE compression */ /* try RLE compression */
if (avctx->coder_type != FF_CODER_TYPE_RAW) 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 that worked well, mark the picture as RLE compressed */
if(datasize >= 0) if(datasize >= 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment