lclenc: cosmetics: reindent

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2013-07-26 21:42:08 +00:00
parent 86e722ab97
commit 573018c61f
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
int max_size = deflateBound(&c->zstream, avctx->width * avctx->height * 3);
if ((ret = ff_alloc_packet2(avctx, pkt, max_size)) < 0)
return ret;
return ret;
*p = *pict;
p->pict_type= AV_PICTURE_TYPE_I;