Fix indentation after last commit.
Originally committed as revision 20121 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e23dd95dc2
commit
05ec0c0012
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue