Commit 573018c6 authored by Paul B Mahol's avatar Paul B Mahol

lclenc: cosmetics: reindent

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 86e722ab
......@@ -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;
......
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