mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-19 22:01:00 +00:00
lclenc: cosmetics: reindent
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
86e722ab97
commit
573018c61f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user